#602CBA

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

Shades of Purple Heart #602CBA

Tints of Purple Heart #602CBA

Color information

#602CBA (or 0x602CBA) is unknown color: approx Purple Heart. HEX triplet: 60, 2C and BA. RGB value is (96,44,186). Sum of RGB (Red+Green+Blue) = 96+44+186=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #602CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CBA is #9FD345. Grayscale: #4B4B4B. Windows color (decimal): -10474310 or 12201056. OLE color: 12201056.

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

Color convert

RGB9644186-
CMYK0.480.7600.27
HSL261.97º61.74%45.1%-
HSV(B)261.97º76.34%72.94%-
XYZ14.597.8347.2-
YUV75.74190.23142.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 44 (17.58% from 255) = 13.50%
BLUE value IS 186 (73.05% from 255) = 57.06%
R=29.45%
G=13.50%
B=57.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96441860.480.7600.27261.9761.7445.1
Hex602CBA304C01B1063e2d
Octal14054272601140334067655
Binary1100000101100101110101100001001100011011100000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,44,186); }

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

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

 a { background-color: rgb(96,44,186); }

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

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

 span { border-color: rgb(96,44,186); }

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