Html Css Color HEX #5D1EBA Purple Heart

📋 copy color: '#5D1EBA'

red 93 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #5D1EBA

Tints of Purple Heart #5D1EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.71%

 BLUE value IS 186 (73.05% from 255) = 60.19%

R = 30.1%
G = 9.71%
B = 60.19%

CMYK

 C value IS 0.5

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D1EBA (or 0x5D1EBA) is known color: Purple Heart. HEX triplet: 5D, 1E and BA. RGB value is (93,30,186). Sum of RGB (Red+Green+Blue) = 93+30+186=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D1EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1EBA is #A2E145. Grayscale: #424242. Windows color (decimal): -10674502 or 12197469. OLE color: 12197469.

HSL color Cylindrical-coordinate representation of color #5D1EBA: hue angle of 264.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D1EBA is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 30 186 -
CMYK 0.5 0.84 0 0.27
HSL 264.23º 0.72% 0.42% -
HSV(B) 264.23º 0.84% 0.73% -
XYZ 13.84 6.8 47.04 -
YUV 66.62 195.37 146.82 -
System Red Green Blue C M Y K H S L
Decimal 93 30 186 0.5 0.84 0 0.27 264.23 0.72 0.42
Hex 5D 1E BA 32 54 0 1B 108 48 2A
Octal 135 36 272 62 124 0 33 410 110 52
Binary 1011101 11110 10111010 110010 1010100 0 11011 100001000 1001000 101010

Color Harmonies of #5D1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1EBA

Black with #5D1EBA

Text Example


Text Example

White with #5D1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,30,186); }

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

background-color css

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

 a { background-color: rgb(93,30,186); }

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

border-color css

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

 span { border-color: rgb(93,30,186); }

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