Html Css Color HEX #5D0DBE Purple Heart

📋 copy color: '#5D0DBE'

red 93 ◦ green 13 ◦ blue 190

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

Shades of Purple Heart #5D0DBE

Tints of Purple Heart #5D0DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.39%

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

R = 31.42%
G = 4.39%
B = 64.19%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D0DBE (or 0x5D0DBE) is known color: Purple Heart. HEX triplet: 5D, 0D and BE. RGB value is (93,13,190). Sum of RGB (Red+Green+Blue) = 93+13+190=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D0DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0DBE is #A2F241. Grayscale: #383838. Windows color (decimal): -10678850 or 12455261. OLE color: 12455261.

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

Color convert

RGB 93 13 190 -
CMYK 0.51 0.93 0 0.25
HSL 267.12º 0.87% 0.4% -
HSV(B) 267.12º 0.93% 0.75% -
XYZ 13.95 6.33 49.2 -
YUV 57.1 203 153.61 -
System Red Green Blue C M Y K H S L
Decimal 93 13 190 0.51 0.93 0 0.25 267.12 0.87 0.4
Hex 5D D BE 33 5D 0 19 10B 57 28
Octal 135 15 276 63 135 0 31 413 127 50
Binary 1011101 1101 10111110 110011 1011101 0 11001 100001011 1010111 101000

Color Harmonies of #5D0DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0DBE

Black with #5D0DBE

Text Example


Text Example

White with #5D0DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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