Html Css Color HEX #5E3CDC Purple Heart

📋 copy color: '#5E3CDC'

red 94 ◦ green 60 ◦ blue 220

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

Shades of Purple Heart #5E3CDC

Tints of Purple Heart #5E3CDC

RGB

 RED value IS 94 (37.11% from 255) = 25.13%

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

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

R = 25.13%
G = 16.04%
B = 58.82%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E3CDC (or 0x5E3CDC) is known color: Purple Heart. HEX triplet: 5E, 3C and DC. RGB value is (94,60,220). Sum of RGB (Red+Green+Blue) = 94+60+220=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E3CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3CDC is #A1C323. Grayscale: #575757. Windows color (decimal): -10601252 or 14433374. OLE color: 14433374.

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

Color convert

RGB 94 60 220 -
CMYK 0.57 0.73 0 0.14
HSL 252.75º 0.7% 0.55% -
HSV(B) 252.75º 0.73% 0.86% -
XYZ 19.15 10.78 68.78 -
YUV 88.41 202.26 131.99 -
System Red Green Blue C M Y K H S L
Decimal 94 60 220 0.57 0.73 0 0.14 252.75 0.7 0.55
Hex 5E 3C DC 39 49 0 E FD 46 37
Octal 136 74 334 71 111 0 16 375 106 67
Binary 1011110 111100 11011100 111001 1001001 0 1110 11111101 1000110 110111

Color Harmonies of #5E3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3CDC

Black with #5E3CDC

Text Example


Text Example

White with #5E3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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