Html Css Color HEX #5A1ABE Purple Heart

📋 copy color: '#5A1ABE'

red 90 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #5A1ABE

Tints of Purple Heart #5A1ABE

RGB

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

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

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

R = 29.41%
G = 8.5%
B = 62.09%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A1ABE (or 0x5A1ABE) is known color: Purple Heart. HEX triplet: 5A, 1A and BE. RGB value is (90,26,190). Sum of RGB (Red+Green+Blue) = 90+26+190=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A1ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1ABE is #A5E541. Grayscale: #3F3F3F. Windows color (decimal): -10872130 or 12458586. OLE color: 12458586.

HSL color Cylindrical-coordinate representation of color #5A1ABE: hue angle of 263.41º 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 #5A1ABE is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 26 190 -
CMYK 0.53 0.86 0 0.25
HSL 263.41º 0.76% 0.42% -
HSV(B) 263.41º 0.86% 0.75% -
XYZ 13.88 6.63 49.26 -
YUV 63.83 199.2 146.66 -
System Red Green Blue C M Y K H S L
Decimal 90 26 190 0.53 0.86 0 0.25 263.41 0.76 0.42
Hex 5A 1A BE 35 56 0 19 107 4C 2A
Octal 132 32 276 65 126 0 31 407 114 52
Binary 1011010 11010 10111110 110101 1010110 0 11001 100000111 1001100 101010

Color Harmonies of #5A1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1ABE

Black with #5A1ABE

Text Example


Text Example

White with #5A1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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