Html Css Color HEX #5D2DB5 Purple Heart

📋 copy color: '#5D2DB5'

red 93 ◦ green 45 ◦ blue 181

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

Shades of Purple Heart #5D2DB5

Tints of Purple Heart #5D2DB5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.11%

 BLUE value IS 181 (71.09% from 255) = 56.74%

R = 29.15%
G = 14.11%
B = 56.74%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5D2DB5 (or 0x5D2DB5) is known color: Purple Heart. HEX triplet: 5D, 2D and B5. RGB value is (93,45,181). Sum of RGB (Red+Green+Blue) = 93+45+181=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 181 (71.09% from 255 or 56.74% from 319); Max value from RGB is 181 - color contains mainly: blue. Hex color #5D2DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2DB5 is #A2D24A. Grayscale: #4A4A4A. Windows color (decimal): -10670667 or 11873629. OLE color: 11873629.

HSL color Cylindrical-coordinate representation of color #5D2DB5: hue angle of 261.18º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D2DB5 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 45 181 -
CMYK 0.49 0.75 0 0.29
HSL 261.18º 0.6% 0.44% -
HSV(B) 261.18º 0.75% 0.71% -
XYZ 13.79 7.54 44.44 -
YUV 74.86 187.9 140.94 -
System Red Green Blue C M Y K H S L
Decimal 93 45 181 0.49 0.75 0 0.29 261.18 0.6 0.44
Hex 5D 2D B5 31 4B 0 1D 105 3C 2C
Octal 135 55 265 61 113 0 35 405 74 54
Binary 1011101 101101 10110101 110001 1001011 0 11101 100000101 111100 101100

Color Harmonies of #5D2DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2DB5

Black with #5D2DB5

Text Example


Text Example

White with #5D2DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,45,181); }

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

background-color css

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

 a { background-color: rgb(93,45,181); }

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

border-color css

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

 span { border-color: rgb(93,45,181); }

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