Html Css Color HEX #5C1CCC Purple Heart

📋 copy color: '#5C1CCC'

red 92 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #5C1CCC

Tints of Purple Heart #5C1CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.64%

 BLUE value IS 204 (80.08% from 255) = 62.96%

R = 28.4%
G = 8.64%
B = 62.96%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C1CCC (or 0x5C1CCC) is known color: Purple Heart. HEX triplet: 5C, 1C and CC. RGB value is (92,28,204). Sum of RGB (Red+Green+Blue) = 92+28+204=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C1CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1CCC is #A3E333. Grayscale: #424242. Windows color (decimal): -10740532 or 13376604. OLE color: 13376604.

HSL color Cylindrical-coordinate representation of color #5C1CCC: hue angle of 261.82º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1CCC is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 92 28 204 -
CMYK 0.55 0.86 0 0.2
HSL 261.82º 0.76% 0.45% -
HSV(B) 261.82º 0.86% 0.8% -
XYZ 15.73 7.47 57.74 -
YUV 67.2 205.2 145.69 -
System Red Green Blue C M Y K H S L
Decimal 92 28 204 0.55 0.86 0 0.2 261.82 0.76 0.45
Hex 5C 1C CC 37 56 0 14 106 4C 2D
Octal 134 34 314 67 126 0 24 406 114 55
Binary 1011100 11100 11001100 110111 1010110 0 10100 100000110 1001100 101101

Color Harmonies of #5C1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1CCC

Black with #5C1CCC

Text Example


Text Example

White with #5C1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,28,204); }

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

background-color css

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

 a { background-color: rgb(92,28,204); }

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

border-color css

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

 span { border-color: rgb(92,28,204); }

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