Html Css Color HEX #5D1FAB Purple Heart

📋 copy color: '#5D1FAB'

red 93 ◦ green 31 ◦ blue 171

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

Shades of Purple Heart #5D1FAB

Tints of Purple Heart #5D1FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.51%

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 31.53%
G = 10.51%
B = 57.97%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D1FAB (or 0x5D1FAB) is known color: Purple Heart. HEX triplet: 5D, 1F and AB. RGB value is (93,31,171). Sum of RGB (Red+Green+Blue) = 93+31+171=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D1FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1FAB is #A2E054. Grayscale: #414141. Windows color (decimal): -10674261 or 11214685. OLE color: 11214685.

HSL color Cylindrical-coordinate representation of color #5D1FAB: hue angle of 266.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D1FAB is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 31 171 -
CMYK 0.46 0.82 0 0.33
HSL 266.57º 0.69% 0.4% -
HSV(B) 266.57º 0.82% 0.67% -
XYZ 12.35 6.25 39.08 -
YUV 65.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 93 31 171 0.46 0.82 0 0.33 266.57 0.69 0.4
Hex 5D 1F AB 2E 52 0 21 10B 45 28
Octal 135 37 253 56 122 0 41 413 105 50
Binary 1011101 11111 10101011 101110 1010010 0 100001 100001011 1000101 101000

Color Harmonies of #5D1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1FAB

Black with #5D1FAB

Text Example


Text Example

White with #5D1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,31,171); }

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

background-color css

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

 a { background-color: rgb(93,31,171); }

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

border-color css

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

 span { border-color: rgb(93,31,171); }

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