Html Css Color HEX #5C3CDC Purple Heart

📋 copy color: '#5C3CDC'

red 92 ◦ green 60 ◦ blue 220

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

Shades of Purple Heart #5C3CDC

Tints of Purple Heart #5C3CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.13%

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

R = 24.73%
G = 16.13%
B = 59.14%

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

#5C3CDC (or 0x5C3CDC) is known color: Purple Heart. HEX triplet: 5C, 3C and DC. RGB value is (92,60,220). Sum of RGB (Red+Green+Blue) = 92+60+220=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C3CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3CDC is #A3C323. Grayscale: #575757. Windows color (decimal): -10732324 or 14433372. OLE color: 14433372.

HSL color Cylindrical-coordinate representation of color #5C3CDC: hue angle of 252º 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 #5C3CDC is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 60 220 -
CMYK 0.58 0.73 0 0.14
HSL 252º 0.7% 0.55% -
HSV(B) 252º 0.73% 0.86% -
XYZ 18.95 10.67 68.77 -
YUV 87.81 202.6 130.99 -
System Red Green Blue C M Y K H S L
Decimal 92 60 220 0.58 0.73 0 0.14 252 0.7 0.55
Hex 5C 3C DC 3A 49 0 E FC 46 37
Octal 134 74 334 72 111 0 16 374 106 67
Binary 1011100 111100 11011100 111010 1001001 0 1110 11111100 1000110 110111

Color Harmonies of #5C3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3CDC

Black with #5C3CDC

Text Example


Text Example

White with #5C3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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