Html Css Color HEX #5C12CE Purple Heart

📋 copy color: '#5C12CE'

red 92 ◦ green 18 ◦ blue 206

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

Shades of Purple Heart #5C12CE

Tints of Purple Heart #5C12CE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

 BLUE value IS 206 (80.86% from 255) = 65.19%

R = 29.11%
G = 5.7%
B = 65.19%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C12CE (or 0x5C12CE) is known color: Purple Heart. HEX triplet: 5C, 12 and CE. RGB value is (92,18,206). Sum of RGB (Red+Green+Blue) = 92+18+206=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C12CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C12CE is #A3ED31. Grayscale: #3C3C3C. Windows color (decimal): -10743090 or 13505116. OLE color: 13505116.

HSL color Cylindrical-coordinate representation of color #5C12CE: hue angle of 263.62º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C12CE is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 18 206 -
CMYK 0.55 0.91 0 0.19
HSL 263.62º 0.84% 0.44% -
HSV(B) 263.62º 0.91% 0.81% -
XYZ 15.77 7.16 58.94 -
YUV 61.56 209.52 149.71 -
System Red Green Blue C M Y K H S L
Decimal 92 18 206 0.55 0.91 0 0.19 263.62 0.84 0.44
Hex 5C 12 CE 37 5B 0 13 108 54 2C
Octal 134 22 316 67 133 0 23 410 124 54
Binary 1011100 10010 11001110 110111 1011011 0 10011 100001000 1010100 101100

Color Harmonies of #5C12CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C12CE

Black with #5C12CE

Text Example


Text Example

White with #5C12CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,18,206); }

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

background-color css

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

 a { background-color: rgb(92,18,206); }

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

border-color css

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

 span { border-color: rgb(92,18,206); }

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