Html Css Color HEX #5D1DBE Purple Heart

📋 copy color: '#5D1DBE'

red 93 ◦ green 29 ◦ blue 190

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

Shades of Purple Heart #5D1DBE

Tints of Purple Heart #5D1DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 29.81%
G = 9.29%
B = 60.9%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D1DBE (or 0x5D1DBE) is known color: Purple Heart. HEX triplet: 5D, 1D and BE. RGB value is (93,29,190). Sum of RGB (Red+Green+Blue) = 93+29+190=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D1DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1DBE is #A2E241. Grayscale: #414141. Windows color (decimal): -10674754 or 12459357. OLE color: 12459357.

HSL color Cylindrical-coordinate representation of color #5D1DBE: hue angle of 263.85º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D1DBE is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 29 190 -
CMYK 0.51 0.85 0 0.25
HSL 263.85º 0.74% 0.43% -
HSV(B) 263.85º 0.85% 0.75% -
XYZ 14.25 6.92 49.3 -
YUV 66.49 197.7 146.91 -
System Red Green Blue C M Y K H S L
Decimal 93 29 190 0.51 0.85 0 0.25 263.85 0.74 0.43
Hex 5D 1D BE 33 55 0 19 108 4A 2B
Octal 135 35 276 63 125 0 31 410 112 53
Binary 1011101 11101 10111110 110011 1010101 0 11001 100001000 1001010 101011

Color Harmonies of #5D1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1DBE

Black with #5D1DBE

Text Example


Text Example

White with #5D1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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