Html Css Color HEX #600EAE Purple Heart

📋 copy color: '#600EAE'

red 96 ◦ green 14 ◦ blue 174

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

Shades of Purple Heart #600EAE

Tints of Purple Heart #600EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.27%

R = 33.8%
G = 4.93%
B = 61.27%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#600EAE (or 0x600EAE) is known color: Purple Heart. HEX triplet: 60, 0E and AE. RGB value is (96,14,174). Sum of RGB (Red+Green+Blue) = 96+14+174=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #600EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600EAE is #9FF151. Grayscale: #383838. Windows color (decimal): -10482002 or 11406944. OLE color: 11406944.

HSL color Cylindrical-coordinate representation of color #600EAE: hue angle of 270.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600EAE is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 14 174 -
CMYK 0.45 0.92 0 0.32
HSL 270.75º 0.85% 0.37% -
HSV(B) 270.75º 0.92% 0.68% -
XYZ 12.62 5.86 40.51 -
YUV 56.76 194.17 155.99 -
System Red Green Blue C M Y K H S L
Decimal 96 14 174 0.45 0.92 0 0.32 270.75 0.85 0.37
Hex 60 E AE 2D 5C 0 20 10F 55 25
Octal 140 16 256 55 134 0 40 417 125 45
Binary 1100000 1110 10101110 101101 1011100 0 100000 100001111 1010101 100101

Color Harmonies of #600EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600EAE

Black with #600EAE

Text Example


Text Example

White with #600EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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