Html Css Color HEX #5A1FAB Purple Heart

📋 copy color: '#5A1FAB'

red 90 ◦ green 31 ◦ blue 171

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

Shades of Purple Heart #5A1FAB

Tints of Purple Heart #5A1FAB

RGB

 RED value IS 90 (35.55% from 255) = 30.82%

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

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

R = 30.82%
G = 10.62%
B = 58.56%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A1FAB (or 0x5A1FAB) is known color: Purple Heart. HEX triplet: 5A, 1F and AB. RGB value is (90,31,171). Sum of RGB (Red+Green+Blue) = 90+31+171=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A1FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1FAB is #A5E054. Grayscale: #404040. Windows color (decimal): -10870869 or 11214682. OLE color: 11214682.

HSL color Cylindrical-coordinate representation of color #5A1FAB: hue angle of 265.29º 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 #5A1FAB is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 31 171 -
CMYK 0.47 0.82 0 0.33
HSL 265.29º 0.69% 0.4% -
HSV(B) 265.29º 0.82% 0.67% -
XYZ 12.06 6.09 39.07 -
YUV 64.6 188.05 146.12 -
System Red Green Blue C M Y K H S L
Decimal 90 31 171 0.47 0.82 0 0.33 265.29 0.69 0.4
Hex 5A 1F AB 2F 52 0 21 109 45 28
Octal 132 37 253 57 122 0 41 411 105 50
Binary 1011010 11111 10101011 101111 1010010 0 100001 100001001 1000101 101000

Color Harmonies of #5A1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1FAB

Black with #5A1FAB

Text Example


Text Example

White with #5A1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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