Html Css Color HEX #5C0EAA Purple Heart

📋 copy color: '#5C0EAA'

red 92 ◦ green 14 ◦ blue 170

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

Shades of Purple Heart #5C0EAA

Tints of Purple Heart #5C0EAA

RGB

 RED value IS 92 (36.33% from 255) = 33.33%

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

 BLUE value IS 170 (66.8% from 255) = 61.59%

R = 33.33%
G = 5.07%
B = 61.59%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C0EAA (or 0x5C0EAA) is known color: Purple Heart. HEX triplet: 5C, 0E and AA. RGB value is (92,14,170). Sum of RGB (Red+Green+Blue) = 92+14+170=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C0EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0EAA is #A3F155. Grayscale: #363636. Windows color (decimal): -10744150 or 11144796. OLE color: 11144796.

HSL color Cylindrical-coordinate representation of color #5C0EAA: hue angle of 270º 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 #5C0EAA is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 14 170 -
CMYK 0.46 0.92 0 0.33
HSL 270º 0.85% 0.36% -
HSV(B) 270º 0.92% 0.67% -
XYZ 11.83 5.49 38.47 -
YUV 55.11 192.84 154.32 -
System Red Green Blue C M Y K H S L
Decimal 92 14 170 0.46 0.92 0 0.33 270 0.85 0.36
Hex 5C E AA 2E 5C 0 21 10E 55 24
Octal 134 16 252 56 134 0 41 416 125 44
Binary 1011100 1110 10101010 101110 1011100 0 100001 100001110 1010101 100100

Color Harmonies of #5C0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0EAA

Black with #5C0EAA

Text Example


Text Example

White with #5C0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C0EAA; }

 p { color: rgb(92,14,170); }

 H1.HeaderClassName
 {
   color: #5C0EAA;
 }
 .AnyTagClassName
 {
   color: #5C0EAA;
 }
</style>

background-color css

<style>
 a { background-color: #5C0EAA; }

 a { background-color: rgb(92,14,170); }

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

border-color css

<style>
 span { border-color: #5C0EAA; }

 span { border-color: rgb(92,14,170); }

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