#602EB2

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

Shades of Purple Heart #602EB2

Tints of Purple Heart #602EB2

Color information

#602EB2 (or 0x602EB2) is unknown color: approx Purple Heart. HEX triplet: 60, 2E and B2. RGB value is (96,46,178). Sum of RGB (Red+Green+Blue) = 96+46+178=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 178 (69.92% from 255 or 55.62% from 320); Max value from RGB is 178 - color contains mainly: blue. Hex color #602EB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602EB2 is #9FD14D. Grayscale: #4B4B4B. Windows color (decimal): -10473806 or 11677280. OLE color: 11677280.

HSL color Cylindrical-coordinate representation of color #602EB2: hue angle of 262.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602EB2 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9646178-
CMYK0.460.7400.30
HSL262.73º58.93%43.92%-
HSV(B)262.73º74.16%69.8%-
XYZ13.847.6642.87-
YUV76185.56142.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 46 (18.36% from 255) = 14.38%
BLUE value IS 178 (69.92% from 255) = 55.62%
R=30%
G=14.38%
B=55.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96461780.460.7400.30262.7358.9343.92
Hex602EB22E4A01E1073b2c
Octal14056262561120364077354
Binary1100000101110101100101011101001010011110100000111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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