Html Css Color HEX #5D1FCD Purple Heart

📋 copy color: '#5D1FCD'

red 93 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #5D1FCD

Tints of Purple Heart #5D1FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.42%

 BLUE value IS 205 (80.47% from 255) = 62.31%

R = 28.27%
G = 9.42%
B = 62.31%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D1FCD (or 0x5D1FCD) is known color: Purple Heart. HEX triplet: 5D, 1F and CD. RGB value is (93,31,205). Sum of RGB (Red+Green+Blue) = 93+31+205=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D1FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1FCD is #A2E032. Grayscale: #444444. Windows color (decimal): -10674227 or 13442909. OLE color: 13442909.

HSL color Cylindrical-coordinate representation of color #5D1FCD: hue angle of 261.38º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D1FCD is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 31 205 -
CMYK 0.55 0.85 0 0.20
HSL 261.38º 0.74% 0.46% -
HSV(B) 261.38º 0.85% 0.8% -
XYZ 16.02 7.71 58.4 -
YUV 69.37 204.54 144.85 -
System Red Green Blue C M Y K H S L
Decimal 93 31 205 0.55 0.85 0 0.20 261.38 0.74 0.46
Hex 5D 1F CD 37 55 0 14 105 4A 2E
Octal 135 37 315 67 125 0 24 405 112 56
Binary 1011101 11111 11001101 110111 1010101 0 10100 100000101 1001010 101110

Color Harmonies of #5D1FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1FCD

Black with #5D1FCD

Text Example


Text Example

White with #5D1FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,31,205); }

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

background-color css

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

 a { background-color: rgb(93,31,205); }

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

border-color css

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

 span { border-color: rgb(93,31,205); }

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