#602FB4

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

Shades of Purple Heart #602FB4

Tints of Purple Heart #602FB4

Color information

#602FB4 (or 0x602FB4) is unknown color: approx Purple Heart. HEX triplet: 60, 2F and B4. RGB value is (96,47,180). Sum of RGB (Red+Green+Blue) = 96+47+180=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #602FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FB4 is #9FD04B. Grayscale: #4C4C4C. Windows color (decimal): -10473548 or 11808608. OLE color: 11808608.

HSL color Cylindrical-coordinate representation of color #602FB4: hue angle of 262.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602FB4 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9647180-
CMYK0.470.7400.29
HSL262.11º58.59%44.51%-
HSV(B)262.11º73.89%70.59%-
XYZ14.087.8243.95-
YUV76.81186.23141.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 47 (18.75% from 255) = 14.55%
BLUE value IS 180 (70.70% from 255) = 55.73%
R=29.72%
G=14.55%
B=55.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96471800.470.7400.29262.1158.5944.51
Hex602FB42F4A01D1063b2d
Octal14057264571120354067355
Binary1100000101111101101001011111001010011101100000110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602FB4; }

 p { color: rgb(96,47,180); }

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

<style>
 a { background-color: #602FB4; }

 a { background-color: rgb(96,47,180); }

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

<style>
 span { border-color: #602FB4; }

 span { border-color: rgb(96,47,180); }

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