#602EBD

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

Shades of Purple Heart #602EBD

Tints of Purple Heart #602EBD

Color information

#602EBD (or 0x602EBD) is unknown color: approx Purple Heart. HEX triplet: 60, 2E and BD. RGB value is (96,46,189). Sum of RGB (Red+Green+Blue) = 96+46+189=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #602EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602EBD is #9FD142. Grayscale: #4C4C4C. Windows color (decimal): -10473795 or 12398176. OLE color: 12398176.

HSL color Cylindrical-coordinate representation of color #602EBD: hue angle of 260.98º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602EBD is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9646189-
CMYK0.490.7600.26
HSL260.98º60.85%46.08%-
HSV(B)260.98º75.66%74.12%-
XYZ14.998.1148.92-
YUV77.25191.06141.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=29.00%
G=13.90%
B=57.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96461890.490.7600.26260.9860.8546.08
Hex602EBD314C01A1053d2e
Octal14056275611140324057556
Binary1100000101110101111011100011001100011010100000101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,46,189); }

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

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

 a { background-color: rgb(96,46,189); }

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

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

 span { border-color: rgb(96,46,189); }

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