#602BAF

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

Shades of Purple Heart #602BAF

Tints of Purple Heart #602BAF

Color information

#602BAF (or 0x602BAF) is unknown color: approx Purple Heart. HEX triplet: 60, 2B and AF. RGB value is (96,43,175). Sum of RGB (Red+Green+Blue) = 96+43+175=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #602BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602BAF is #9FD450. Grayscale: #494949. Windows color (decimal): -10474577 or 11479904. OLE color: 11479904.

HSL color Cylindrical-coordinate representation of color #602BAF: hue angle of 264.09º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602BAF is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9643175-
CMYK0.450.7500.31
HSL264.09º60.55%42.75%-
HSV(B)264.09º75.43%68.63%-
XYZ13.437.3141.26-
YUV73.9185.06143.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 43 (17.19% from 255) = 13.69%
BLUE value IS 175 (68.75% from 255) = 55.73%
R=30.57%
G=13.69%
B=55.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96431750.450.7500.31264.0960.5542.75
Hex602BAF2D4B01F1083d2b
Octal14053257551130374107553
Binary1100000101011101011111011011001011011111100001000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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