Html Css Color HEX #600EAB Purple Heart

📋 copy color: '#600EAB'

red 96 ◦ green 14 ◦ blue 171

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

Shades of Purple Heart #600EAB

Tints of Purple Heart #600EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.98%

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

R = 34.16%
G = 4.98%
B = 60.85%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#600EAB (or 0x600EAB) is known color: Purple Heart. HEX triplet: 60, 0E and AB. RGB value is (96,14,171). Sum of RGB (Red+Green+Blue) = 96+14+171=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #600EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600EAB is #9FF154. Grayscale: #373737. Windows color (decimal): -10482005 or 11210336. OLE color: 11210336.

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

Color convert

RGB 96 14 171 -
CMYK 0.44 0.92 0 0.33
HSL 271.34º 0.85% 0.36% -
HSV(B) 271.34º 0.92% 0.67% -
XYZ 12.33 5.74 38.99 -
YUV 56.42 192.67 156.23 -
System Red Green Blue C M Y K H S L
Decimal 96 14 171 0.44 0.92 0 0.33 271.34 0.85 0.36
Hex 60 E AB 2C 5C 0 21 10F 55 24
Octal 140 16 253 54 134 0 41 417 125 44
Binary 1100000 1110 10101011 101100 1011100 0 100001 100001111 1010101 100100

Color Harmonies of #600EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600EAB

Black with #600EAB

Text Example


Text Example

White with #600EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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