Html Css Color HEX #5D1DDC Purple Heart

📋 copy color: '#5D1DDC'

red 93 ◦ green 29 ◦ blue 220

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

Shades of Purple Heart #5D1DDC

Tints of Purple Heart #5D1DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.48%

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

R = 27.19%
G = 8.48%
B = 64.33%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D1DDC (or 0x5D1DDC) is known color: Purple Heart. HEX triplet: 5D, 1D and DC. RGB value is (93,29,220). Sum of RGB (Red+Green+Blue) = 93+29+220=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D1DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1DDC is #A2E223. Grayscale: #454545. Windows color (decimal): -10674724 or 14425437. OLE color: 14425437.

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

Color convert

RGB 93 29 220 -
CMYK 0.58 0.87 0 0.14
HSL 260.1º 0.77% 0.49% -
HSV(B) 260.1º 0.87% 0.86% -
XYZ 17.87 8.37 68.38 -
YUV 69.91 212.7 144.47 -
System Red Green Blue C M Y K H S L
Decimal 93 29 220 0.58 0.87 0 0.14 260.1 0.77 0.49
Hex 5D 1D DC 3A 57 0 E 104 4D 31
Octal 135 35 334 72 127 0 16 404 115 61
Binary 1011101 11101 11011100 111010 1010111 0 1110 100000100 1001101 110001

Color Harmonies of #5D1DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1DDC

Black with #5D1DDC

Text Example


Text Example

White with #5D1DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,29,220); }

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

background-color css

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

 a { background-color: rgb(93,29,220); }

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

border-color css

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

 span { border-color: rgb(93,29,220); }

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