Html Css Color HEX #5D13D9 Purple Heart

📋 copy color: '#5D13D9'

red 93 ◦ green 19 ◦ blue 217

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

Shades of Purple Heart #5D13D9

Tints of Purple Heart #5D13D9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

 BLUE value IS 217 (85.16% from 255) = 65.96%

R = 28.27%
G = 5.78%
B = 65.96%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5D13D9 (or 0x5D13D9) is known color: Purple Heart. HEX triplet: 5D, 13 and D9. RGB value is (93,19,217). Sum of RGB (Red+Green+Blue) = 93+19+217=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 217 (85.16% from 255 or 65.96% from 329); Max value from RGB is 217 - color contains mainly: blue. Hex color #5D13D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D13D9 is #A2EC26. Grayscale: #3E3E3E. Windows color (decimal): -10677287 or 14226269. OLE color: 14226269.

HSL color Cylindrical-coordinate representation of color #5D13D9: hue angle of 262.42º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D13D9 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 19 217 -
CMYK 0.57 0.91 0 0.15
HSL 262.42º 0.84% 0.46% -
HSV(B) 262.42º 0.91% 0.85% -
XYZ 17.27 7.8 66.24 -
YUV 63.7 214.52 148.9 -
System Red Green Blue C M Y K H S L
Decimal 93 19 217 0.57 0.91 0 0.15 262.42 0.84 0.46
Hex 5D 13 D9 39 5B 0 F 106 54 2E
Octal 135 23 331 71 133 0 17 406 124 56
Binary 1011101 10011 11011001 111001 1011011 0 1111 100000110 1010100 101110

Color Harmonies of #5D13D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D13D9

Black with #5D13D9

Text Example


Text Example

White with #5D13D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,19,217); }

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

background-color css

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

 a { background-color: rgb(93,19,217); }

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

border-color css

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

 span { border-color: rgb(93,19,217); }

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