Html Css Color HEX #602EAD Purple Heart

📋 copy color: '#602EAD'

red 96 ◦ green 46 ◦ blue 173

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

Shades of Purple Heart #602EAD

Tints of Purple Heart #602EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.92%

R = 30.48%
G = 14.6%
B = 54.92%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#602EAD (or 0x602EAD) is known color: Purple Heart. HEX triplet: 60, 2E and AD. RGB value is (96,46,173). Sum of RGB (Red+Green+Blue) = 96+46+173=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #602EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602EAD is #9FD152. Grayscale: #4A4A4A. Windows color (decimal): -10473811 or 11349600. OLE color: 11349600.

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

Color convert

RGB 96 46 173 -
CMYK 0.45 0.73 0 0.32
HSL 263.62º 0.58% 0.43% -
HSV(B) 263.62º 0.73% 0.68% -
XYZ 13.34 7.46 40.27 -
YUV 75.43 183.07 142.67 -
System Red Green Blue C M Y K H S L
Decimal 96 46 173 0.45 0.73 0 0.32 263.62 0.58 0.43
Hex 60 2E AD 2D 49 0 20 108 3A 2B
Octal 140 56 255 55 111 0 40 410 72 53
Binary 1100000 101110 10101101 101101 1001001 0 100000 100001000 111010 101011

Color Harmonies of #602EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602EAD

Black with #602EAD

Text Example


Text Example

White with #602EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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