Html Css Color HEX #5C0CAE Purple Heart

📋 copy color: '#5C0CAE'

red 92 ◦ green 12 ◦ blue 174

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

Shades of Purple Heart #5C0CAE

Tints of Purple Heart #5C0CAE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.32%

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

R = 33.09%
G = 4.32%
B = 62.59%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C0CAE (or 0x5C0CAE) is known color: Purple Heart. HEX triplet: 5C, 0C and AE. RGB value is (92,12,174). Sum of RGB (Red+Green+Blue) = 92+12+174=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C0CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0CAE is #A3F351. Grayscale: #353535. Windows color (decimal): -10744658 or 11406428. OLE color: 11406428.

HSL color Cylindrical-coordinate representation of color #5C0CAE: hue angle of 269.63º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0CAE is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 12 174 -
CMYK 0.47 0.93 0 0.32
HSL 269.63º 0.87% 0.36% -
HSV(B) 269.63º 0.93% 0.68% -
XYZ 12.19 5.59 40.48 -
YUV 54.39 195.5 154.83 -
System Red Green Blue C M Y K H S L
Decimal 92 12 174 0.47 0.93 0 0.32 269.63 0.87 0.36
Hex 5C C AE 2F 5D 0 20 10E 57 24
Octal 134 14 256 57 135 0 40 416 127 44
Binary 1011100 1100 10101110 101111 1011101 0 100000 100001110 1010111 100100

Color Harmonies of #5C0CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0CAE

Black with #5C0CAE

Text Example


Text Example

White with #5C0CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,12,174); }

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

background-color css

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

 a { background-color: rgb(92,12,174); }

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

border-color css

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

 span { border-color: rgb(92,12,174); }

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