Html Css Color HEX #5C0CBA Purple Heart

📋 copy color: '#5C0CBA'

red 92 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #5C0CBA

Tints of Purple Heart #5C0CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.14%

R = 31.72%
G = 4.14%
B = 64.14%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C0CBA (or 0x5C0CBA) is known color: Purple Heart. HEX triplet: 5C, 0C and BA. RGB value is (92,12,186). Sum of RGB (Red+Green+Blue) = 92+12+186=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C0CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0CBA is #A3F345. Grayscale: #373737. Windows color (decimal): -10744646 or 12192860. OLE color: 12192860.

HSL color Cylindrical-coordinate representation of color #5C0CBA: hue angle of 267.59º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0CBA is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 12 186 -
CMYK 0.51 0.94 0 0.27
HSL 267.59º 0.88% 0.39% -
HSV(B) 267.59º 0.94% 0.73% -
XYZ 13.41 6.08 46.92 -
YUV 55.76 201.5 153.85 -
System Red Green Blue C M Y K H S L
Decimal 92 12 186 0.51 0.94 0 0.27 267.59 0.88 0.39
Hex 5C C BA 33 5E 0 1B 10C 58 27
Octal 134 14 272 63 136 0 33 414 130 47
Binary 1011100 1100 10111010 110011 1011110 0 11011 100001100 1011000 100111

Color Harmonies of #5C0CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0CBA

Black with #5C0CBA

Text Example


Text Example

White with #5C0CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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