Html Css Color HEX #5C3ECE Purple Heart

📋 copy color: '#5C3ECE'

red 92 ◦ green 62 ◦ blue 206

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

Shades of Purple Heart #5C3ECE

Tints of Purple Heart #5C3ECE

RGB

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

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

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

R = 25.56%
G = 17.22%
B = 57.22%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C3ECE (or 0x5C3ECE) is known color: Purple Heart. HEX triplet: 5C, 3E and CE. RGB value is (92,62,206). Sum of RGB (Red+Green+Blue) = 92+62+206=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C3ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3ECE is #A3C131. Grayscale: #565656. Windows color (decimal): -10731826 or 13516380. OLE color: 13516380.

HSL color Cylindrical-coordinate representation of color #5C3ECE: hue angle of 252.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C3ECE is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 62 206 -
CMYK 0.55 0.70 0 0.19
HSL 252.5º 0.6% 0.53% -
HSV(B) 252.5º 0.7% 0.81% -
XYZ 17.28 10.18 59.45 -
YUV 87.39 194.94 131.29 -
System Red Green Blue C M Y K H S L
Decimal 92 62 206 0.55 0.70 0 0.19 252.5 0.6 0.53
Hex 5C 3E CE 37 46 0 13 FD 3C 35
Octal 134 76 316 67 106 0 23 375 74 65
Binary 1011100 111110 11001110 110111 1000110 0 10011 11111101 111100 110101

Color Harmonies of #5C3ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3ECE

Black with #5C3ECE

Text Example


Text Example

White with #5C3ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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