Html Css Color HEX #5C0EBC Purple Heart

📋 copy color: '#5C0EBC'

red 92 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #5C0EBC

Tints of Purple Heart #5C0EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.95%

R = 31.29%
G = 4.76%
B = 63.95%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C0EBC (or 0x5C0EBC) is known color: Purple Heart. HEX triplet: 5C, 0E and BC. RGB value is (92,14,188). Sum of RGB (Red+Green+Blue) = 92+14+188=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C0EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0EBC is #A3F143. Grayscale: #383838. Windows color (decimal): -10744132 or 12324444. OLE color: 12324444.

HSL color Cylindrical-coordinate representation of color #5C0EBC: hue angle of 266.9º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0EBC is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 14 188 -
CMYK 0.51 0.93 0 0.26
HSL 266.9º 0.86% 0.4% -
HSV(B) 266.9º 0.93% 0.74% -
XYZ 13.65 6.22 48.06 -
YUV 57.16 201.84 152.85 -
System Red Green Blue C M Y K H S L
Decimal 92 14 188 0.51 0.93 0 0.26 266.9 0.86 0.4
Hex 5C E BC 33 5D 0 1A 10B 56 28
Octal 134 16 274 63 135 0 32 413 126 50
Binary 1011100 1110 10111100 110011 1011101 0 11010 100001011 1010110 101000

Color Harmonies of #5C0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0EBC

Black with #5C0EBC

Text Example


Text Example

White with #5C0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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