Html Css Color HEX #5A0BAC Purple Heart

📋 copy color: '#5A0BAC'

red 90 ◦ green 11 ◦ blue 172

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

Shades of Purple Heart #5A0BAC

Tints of Purple Heart #5A0BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.03%

 BLUE value IS 172 (67.58% from 255) = 63%

R = 32.97%
G = 4.03%
B = 63%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A0BAC (or 0x5A0BAC) is known color: Purple Heart. HEX triplet: 5A, 0B and AC. RGB value is (90,11,172). Sum of RGB (Red+Green+Blue) = 90+11+172=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A0BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0BAC is #A5F453. Grayscale: #343434. Windows color (decimal): -10875988 or 11275098. OLE color: 11275098.

HSL color Cylindrical-coordinate representation of color #5A0BAC: hue angle of 269.44º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0BAC is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 11 172 -
CMYK 0.48 0.94 0 0.33
HSL 269.44º 0.88% 0.36% -
HSV(B) 269.44º 0.94% 0.67% -
XYZ 11.78 5.39 39.45 -
YUV 52.98 195.17 154.41 -
System Red Green Blue C M Y K H S L
Decimal 90 11 172 0.48 0.94 0 0.33 269.44 0.88 0.36
Hex 5A B AC 30 5E 0 21 10D 58 24
Octal 132 13 254 60 136 0 41 415 130 44
Binary 1011010 1011 10101100 110000 1011110 0 100001 100001101 1011000 100100

Color Harmonies of #5A0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0BAC

Black with #5A0BAC

Text Example


Text Example

White with #5A0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,11,172); }

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

background-color css

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

 a { background-color: rgb(90,11,172); }

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

border-color css

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

 span { border-color: rgb(90,11,172); }

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