#602BB9

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

Shades of Purple Heart #602BB9

Tints of Purple Heart #602BB9

Color information

#602BB9 (or 0x602BB9) is unknown color: approx Purple Heart. HEX triplet: 60, 2B and B9. RGB value is (96,43,185). Sum of RGB (Red+Green+Blue) = 96+43+185=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #602BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BB9 is #9FD446. Grayscale: #4A4A4A. Windows color (decimal): -10474567 or 12135264. OLE color: 12135264.

HSL color Cylindrical-coordinate representation of color #602BB9: hue angle of 262.39º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602BB9 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9643185-
CMYK0.480.7700.27
HSL262.39º62.28%44.71%-
HSV(B)262.39º76.76%72.55%-
XYZ14.447.7246.63-
YUV75.04190.06142.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.63%
GREEN value IS 43 (17.19% from 255) = 13.27%
BLUE value IS 185 (72.66% from 255) = 57.10%
R=29.63%
G=13.27%
B=57.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96431850.480.7700.27262.3962.2844.71
Hex602BB9304D01B1063e2d
Octal14053271601150334067655
Binary1100000101011101110011100001001101011011100000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,43,185); }

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

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

 a { background-color: rgb(96,43,185); }

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

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

 span { border-color: rgb(96,43,185); }

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