Html Css Color HEX #5C0CAC Purple Heart

📋 copy color: '#5C0CAC'

red 92 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #5C0CAC

Tints of Purple Heart #5C0CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.32%

R = 33.33%
G = 4.35%
B = 62.32%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C0CAC (or 0x5C0CAC) is known color: Purple Heart. HEX triplet: 5C, 0C and AC. RGB value is (92,12,172). Sum of RGB (Red+Green+Blue) = 92+12+172=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C0CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0CAC is #A3F353. Grayscale: #353535. Windows color (decimal): -10744660 or 11275356. OLE color: 11275356.

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

Color convert

RGB 92 12 172 -
CMYK 0.47 0.93 0 0.33
HSL 270º 0.87% 0.36% -
HSV(B) 270º 0.93% 0.67% -
XYZ 11.99 5.52 39.46 -
YUV 54.16 194.5 154.99 -
System Red Green Blue C M Y K H S L
Decimal 92 12 172 0.47 0.93 0 0.33 270 0.87 0.36
Hex 5C C AC 2F 5D 0 21 10E 57 24
Octal 134 14 254 57 135 0 41 416 127 44
Binary 1011100 1100 10101100 101111 1011101 0 100001 100001110 1010111 100100

Color Harmonies of #5C0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0CAC

Black with #5C0CAC

Text Example


Text Example

White with #5C0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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