Html Css Color HEX #5F1AAA Purple Heart

📋 copy color: '#5F1AAA'

red 95 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #5F1AAA

Tints of Purple Heart #5F1AAA

RGB

 RED value IS 95 (37.5% from 255) = 32.65%

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

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

R = 32.65%
G = 8.93%
B = 58.42%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F1AAA (or 0x5F1AAA) is known color: Purple Heart. HEX triplet: 5F, 1A and AA. RGB value is (95,26,170). Sum of RGB (Red+Green+Blue) = 95+26+170=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F1AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1AAA is #A0E555. Grayscale: #3E3E3E. Windows color (decimal): -10544470 or 11147871. OLE color: 11147871.

HSL color Cylindrical-coordinate representation of color #5F1AAA: hue angle of 268.75º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F1AAA is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 26 170 -
CMYK 0.44 0.85 0 0.33
HSL 268.75º 0.73% 0.38% -
HSV(B) 268.75º 0.85% 0.67% -
XYZ 12.34 6.07 38.55 -
YUV 63.05 188.36 150.79 -
System Red Green Blue C M Y K H S L
Decimal 95 26 170 0.44 0.85 0 0.33 268.75 0.73 0.38
Hex 5F 1A AA 2C 55 0 21 10D 49 26
Octal 137 32 252 54 125 0 41 415 111 46
Binary 1011111 11010 10101010 101100 1010101 0 100001 100001101 1001001 100110

Color Harmonies of #5F1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1AAA

Black with #5F1AAA

Text Example


Text Example

White with #5F1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,26,170); }

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

background-color css

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

 a { background-color: rgb(95,26,170); }

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

border-color css

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

 span { border-color: rgb(95,26,170); }

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