Html Css Color HEX #5D1ABE Purple Heart

📋 copy color: '#5D1ABE'

red 93 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #5D1ABE

Tints of Purple Heart #5D1ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.41%

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

R = 30.1%
G = 8.41%
B = 61.49%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D1ABE (or 0x5D1ABE) is known color: Purple Heart. HEX triplet: 5D, 1A and BE. RGB value is (93,26,190). Sum of RGB (Red+Green+Blue) = 93+26+190=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D1ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1ABE is #A2E541. Grayscale: #404040. Windows color (decimal): -10675522 or 12458589. OLE color: 12458589.

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

Color convert

RGB 93 26 190 -
CMYK 0.51 0.86 0 0.25
HSL 264.51º 0.76% 0.42% -
HSV(B) 264.51º 0.86% 0.75% -
XYZ 14.18 6.78 49.28 -
YUV 64.73 198.7 148.16 -
System Red Green Blue C M Y K H S L
Decimal 93 26 190 0.51 0.86 0 0.25 264.51 0.76 0.42
Hex 5D 1A BE 33 56 0 19 109 4C 2A
Octal 135 32 276 63 126 0 31 411 114 52
Binary 1011101 11010 10111110 110011 1010110 0 11001 100001001 1001100 101010

Color Harmonies of #5D1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1ABE

Black with #5D1ABE

Text Example


Text Example

White with #5D1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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