Html Css Color HEX #5C3BDC Purple Heart

📋 copy color: '#5C3BDC'

red 92 ◦ green 59 ◦ blue 220

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

Shades of Purple Heart #5C3BDC

Tints of Purple Heart #5C3BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.9%

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 24.8%
G = 15.9%
B = 59.3%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C3BDC (or 0x5C3BDC) is known color: Purple Heart. HEX triplet: 5C, 3B and DC. RGB value is (92,59,220). Sum of RGB (Red+Green+Blue) = 92+59+220=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C3BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3BDC is #A3C423. Grayscale: #565656. Windows color (decimal): -10732580 or 14433116. OLE color: 14433116.

HSL color Cylindrical-coordinate representation of color #5C3BDC: hue angle of 252.3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C3BDC is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 59 220 -
CMYK 0.58 0.73 0 0.14
HSL 252.3º 0.7% 0.55% -
HSV(B) 252.3º 0.73% 0.86% -
XYZ 18.9 10.57 68.75 -
YUV 87.22 202.93 131.41 -
System Red Green Blue C M Y K H S L
Decimal 92 59 220 0.58 0.73 0 0.14 252.3 0.7 0.55
Hex 5C 3B DC 3A 49 0 E FC 46 37
Octal 134 73 334 72 111 0 16 374 106 67
Binary 1011100 111011 11011100 111010 1001001 0 1110 11111100 1000110 110111

Color Harmonies of #5C3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3BDC

Black with #5C3BDC

Text Example


Text Example

White with #5C3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,59,220); }

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

background-color css

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

 a { background-color: rgb(92,59,220); }

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

border-color css

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

 span { border-color: rgb(92,59,220); }

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