#7331CB

Color #7331CB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7331CB

Tints of Purple Heart #7331CB

Color information

#7331CB (or 0x7331CB) is unknown color: approx Purple Heart. HEX triplet: 73, 31 and CB. RGB value is (115,49,203). Sum of RGB (Red+Green+Blue) = 115+49+203=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #7331CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7331CB is #8CCE34. Grayscale: #555555. Windows color (decimal): -9227829 or 13316467. OLE color: 13316467.

HSL color Cylindrical-coordinate representation of color #7331CB: hue angle of 265.71º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7331CB is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11549203-
CMYK0.430.7600.20
HSL265.71º61.11%49.41%-
HSV(B)265.71º75.86%79.61%-
XYZ18.9510.1557.46-
YUV86.29193.87148.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 31.34%
GREEN value IS 49 (19.53% from 255) = 13.35%
BLUE value IS 203 (79.69% from 255) = 55.31%
R=31.34%
G=13.35%
B=55.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal115492030.430.7600.20265.7161.1149.41
Hex7331CB2B4C01410a3d31
Octal16361313531140244127561
Binary1110011110001110010111010111001100010100100001010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7331CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7331CB; }

 p { color: rgb(115,49,203); }

 H1.HeaderClassName
 {
   color: #7331CB;
 }
 .AnyTagClassName
 {
   color: #7331CB;
 }
</style>
background-color css

<style>
 a { background-color: #7331CB; }

 a { background-color: rgb(115,49,203); }

 div.DivClassName
 {
   background-color: #7331CB;
 }
 .BgClassName
 {
   background-color: #7331CB;
 }
</style>
border-color css

<style>
 span { border-color: #7331CB; }

 span { border-color: rgb(115,49,203); }

 td.TdClassName
 {
   border-color: #7331CB;
 }
 .TagClassName
 {
   border-color: #7331CB;
 }
</style>