Html Css Color HEX #600EA6 Purple Heart

📋 copy color: '#600EA6'

red 96 ◦ green 14 ◦ blue 166

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

Shades of Purple Heart #600EA6

Tints of Purple Heart #600EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 60.14%

R = 34.78%
G = 5.07%
B = 60.14%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#600EA6 (or 0x600EA6) is known color: Purple Heart. HEX triplet: 60, 0E and A6. RGB value is (96,14,166). Sum of RGB (Red+Green+Blue) = 96+14+166=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 166 (65.23% from 255 or 60.14% from 276); Max value from RGB is 166 - color contains mainly: blue. Hex color #600EA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600EA6 is #9FF159. Grayscale: #373737. Windows color (decimal): -10482010 or 10882656. OLE color: 10882656.

HSL color Cylindrical-coordinate representation of color #600EA6: hue angle of 272.37º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600EA6 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 14 166 -
CMYK 0.42 0.92 0 0.35
HSL 272.37º 0.84% 0.35% -
HSV(B) 272.37º 0.92% 0.65% -
XYZ 11.86 5.55 36.52 -
YUV 55.85 190.17 156.64 -
System Red Green Blue C M Y K H S L
Decimal 96 14 166 0.42 0.92 0 0.35 272.37 0.84 0.35
Hex 60 E A6 2A 5C 0 23 110 54 23
Octal 140 16 246 52 134 0 43 420 124 43
Binary 1100000 1110 10100110 101010 1011100 0 100011 100010000 1010100 100011

Color Harmonies of #600EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600EA6

Black with #600EA6

Text Example


Text Example

White with #600EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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