Html Css Color HEX #5D1FAA Purple Heart

📋 copy color: '#5D1FAA'

red 93 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #5D1FAA

Tints of Purple Heart #5D1FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.82%

R = 31.63%
G = 10.54%
B = 57.82%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D1FAA (or 0x5D1FAA) is known color: Purple Heart. HEX triplet: 5D, 1F and AA. RGB value is (93,31,170). Sum of RGB (Red+Green+Blue) = 93+31+170=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D1FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1FAA is #A2E055. Grayscale: #404040. Windows color (decimal): -10674262 or 11149149. OLE color: 11149149.

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

Color convert

RGB 93 31 170 -
CMYK 0.45 0.82 0 0.33
HSL 266.76º 0.69% 0.39% -
HSV(B) 266.76º 0.82% 0.67% -
XYZ 12.26 6.21 38.58 -
YUV 65.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 93 31 170 0.45 0.82 0 0.33 266.76 0.69 0.39
Hex 5D 1F AA 2D 52 0 21 10B 45 27
Octal 135 37 252 55 122 0 41 413 105 47
Binary 1011101 11111 10101010 101101 1010010 0 100001 100001011 1000101 100111

Color Harmonies of #5D1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1FAA

Black with #5D1FAA

Text Example


Text Example

White with #5D1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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