Html Css Color HEX #5C3ECC Purple Heart

📋 copy color: '#5C3ECC'

red 92 ◦ green 62 ◦ blue 204

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

Shades of Purple Heart #5C3ECC

Tints of Purple Heart #5C3ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.32%

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

R = 25.7%
G = 17.32%
B = 56.98%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C3ECC (or 0x5C3ECC) is known color: Purple Heart. HEX triplet: 5C, 3E and CC. RGB value is (92,62,204). Sum of RGB (Red+Green+Blue) = 92+62+204=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C3ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3ECC is #A3C133. Grayscale: #565656. Windows color (decimal): -10731828 or 13385308. OLE color: 13385308.

HSL color Cylindrical-coordinate representation of color #5C3ECC: hue angle of 252.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C3ECC is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 92 62 204 -
CMYK 0.55 0.70 0 0.2
HSL 252.68º 0.58% 0.52% -
HSV(B) 252.68º 0.7% 0.8% -
XYZ 17.04 10.08 58.17 -
YUV 87.16 193.94 131.45 -
System Red Green Blue C M Y K H S L
Decimal 92 62 204 0.55 0.70 0 0.2 252.68 0.58 0.52
Hex 5C 3E CC 37 46 0 14 FD 3A 34
Octal 134 76 314 67 106 0 24 375 72 64
Binary 1011100 111110 11001100 110111 1000110 0 10100 11111101 111010 110100

Color Harmonies of #5C3ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3ECC

Black with #5C3ECC

Text Example


Text Example

White with #5C3ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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