Html Css Color HEX #5A1ABA Purple Heart

📋 copy color: '#5A1ABA'

red 90 ◦ green 26 ◦ blue 186

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

Shades of Purple Heart #5A1ABA

Tints of Purple Heart #5A1ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 29.8%
G = 8.61%
B = 61.59%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A1ABA (or 0x5A1ABA) is known color: Purple Heart. HEX triplet: 5A, 1A and BA. RGB value is (90,26,186). Sum of RGB (Red+Green+Blue) = 90+26+186=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A1ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1ABA is #A5E545. Grayscale: #3E3E3E. Windows color (decimal): -10872134 or 12196442. OLE color: 12196442.

HSL color Cylindrical-coordinate representation of color #5A1ABA: hue angle of 264º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1ABA is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 26 186 -
CMYK 0.52 0.86 0 0.27
HSL 264º 0.75% 0.42% -
HSV(B) 264º 0.86% 0.73% -
XYZ 13.45 6.46 46.99 -
YUV 63.38 197.2 146.99 -
System Red Green Blue C M Y K H S L
Decimal 90 26 186 0.52 0.86 0 0.27 264 0.75 0.42
Hex 5A 1A BA 34 56 0 1B 108 4B 2A
Octal 132 32 272 64 126 0 33 410 113 52
Binary 1011010 11010 10111010 110100 1010110 0 11011 100001000 1001011 101010

Color Harmonies of #5A1ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1ABA

Black with #5A1ABA

Text Example


Text Example

White with #5A1ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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