Html Css Color HEX #5D3CDE Purple Heart

📋 copy color: '#5D3CDE'

red 93 ◦ green 60 ◦ blue 222

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

Shades of Purple Heart #5D3CDE

Tints of Purple Heart #5D3CDE

RGB

 RED value IS 93 (36.72% from 255) = 24.8%

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

 BLUE value IS 222 (87.11% from 255) = 59.2%

R = 24.8%
G = 16%
B = 59.2%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D3CDE (or 0x5D3CDE) is known color: Purple Heart. HEX triplet: 5D, 3C and DE. RGB value is (93,60,222). Sum of RGB (Red+Green+Blue) = 93+60+222=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D3CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3CDE is #A2C321. Grayscale: #575757. Windows color (decimal): -10666786 or 14564445. OLE color: 14564445.

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

Color convert

RGB 93 60 222 -
CMYK 0.58 0.73 0 0.13
HSL 252.22º 0.71% 0.55% -
HSV(B) 252.22º 0.73% 0.87% -
XYZ 19.31 10.83 70.18 -
YUV 88.34 203.43 131.33 -
System Red Green Blue C M Y K H S L
Decimal 93 60 222 0.58 0.73 0 0.13 252.22 0.71 0.55
Hex 5D 3C DE 3A 49 0 D FC 47 37
Octal 135 74 336 72 111 0 15 374 107 67
Binary 1011101 111100 11011110 111010 1001001 0 1101 11111100 1000111 110111

Color Harmonies of #5D3CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3CDE

Black with #5D3CDE

Text Example


Text Example

White with #5D3CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,60,222); }

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

background-color css

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

 a { background-color: rgb(93,60,222); }

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

border-color css

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

 span { border-color: rgb(93,60,222); }

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