Html Css Color HEX #5D3CD6 Purple Heart

📋 copy color: '#5D3CD6'

red 93 ◦ green 60 ◦ blue 214

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

Shades of Purple Heart #5D3CD6

Tints of Purple Heart #5D3CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 58.31%

R = 25.34%
G = 16.35%
B = 58.31%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5D3CD6 (or 0x5D3CD6) is known color: Purple Heart. HEX triplet: 5D, 3C and D6. RGB value is (93,60,214). Sum of RGB (Red+Green+Blue) = 93+60+214=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 214 (83.98% from 255 or 58.31% from 367); Max value from RGB is 214 - color contains mainly: blue. Hex color #5D3CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3CD6 is #A2C329. Grayscale: #565656. Windows color (decimal): -10666794 or 14040157. OLE color: 14040157.

HSL color Cylindrical-coordinate representation of color #5D3CD6: hue angle of 252.86º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D3CD6 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 60 214 -
CMYK 0.57 0.72 0 0.16
HSL 252.86º 0.65% 0.54% -
HSV(B) 252.86º 0.72% 0.84% -
XYZ 18.27 10.41 64.67 -
YUV 87.42 199.43 131.98 -
System Red Green Blue C M Y K H S L
Decimal 93 60 214 0.57 0.72 0 0.16 252.86 0.65 0.54
Hex 5D 3C D6 39 48 0 10 FD 41 36
Octal 135 74 326 71 110 0 20 375 101 66
Binary 1011101 111100 11010110 111001 1001000 0 10000 11111101 1000001 110110

Color Harmonies of #5D3CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3CD6

Black with #5D3CD6

Text Example


Text Example

White with #5D3CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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