Html Css Color HEX #602EAB Purple Heart

📋 copy color: '#602EAB'

red 96 ◦ green 46 ◦ blue 171

#602EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #602EAB

Tints of Purple Heart #602EAB

RGB

 RED value IS 96 (37.89% from 255) = 30.67%

 GREEN value IS 46 (18.36% from 255) = 14.7%

 BLUE value IS 171 (67.19% from 255) = 54.63%

R = 30.67%
G = 14.7%
B = 54.63%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#602EAB (or 0x602EAB) is known color: Purple Heart. HEX triplet: 60, 2E and AB. RGB value is (96,46,171). Sum of RGB (Red+Green+Blue) = 96+46+171=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #602EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602EAB is #9FD154. Grayscale: #4A4A4A. Windows color (decimal): -10473813 or 11218528. OLE color: 11218528.

HSL color Cylindrical-coordinate representation of color #602EAB: hue angle of 264º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602EAB is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 46 171 -
CMYK 0.44 0.73 0 0.33
HSL 264º 0.58% 0.43% -
HSV(B) 264º 0.73% 0.67% -
XYZ 13.15 7.38 39.26 -
YUV 75.2 182.07 142.84 -
System Red Green Blue C M Y K H S L
Decimal 96 46 171 0.44 0.73 0 0.33 264 0.58 0.43
Hex 60 2E AB 2C 49 0 21 108 3A 2B
Octal 140 56 253 54 111 0 41 410 72 53
Binary 1100000 101110 10101011 101100 1001001 0 100001 100001000 111010 101011

Color Harmonies of #602EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602EAB

Black with #602EAB

Text Example


Text Example

White with #602EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #602EAB;
 }
 .AnyTagClassName
 {
   color: #602EAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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