Html Css Color HEX #5A05BA Purple Heart

📋 copy color: '#5A05BA'

red 90 ◦ green 5 ◦ blue 186

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

Shades of Purple Heart #5A05BA

Tints of Purple Heart #5A05BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

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

R = 32.03%
G = 1.78%
B = 66.19%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A05BA (or 0x5A05BA) is known color: Purple Heart. HEX triplet: 5A, 05 and BA. RGB value is (90,5,186). Sum of RGB (Red+Green+Blue) = 90+5+186=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A05BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A05BA is #A5FA45. Grayscale: #323232. Windows color (decimal): -10877510 or 12191066. OLE color: 12191066.

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

Color convert

RGB 90 5 186 -
CMYK 0.52 0.97 0 0.27
HSL 268.18º 0.95% 0.37% -
HSV(B) 268.18º 0.97% 0.73% -
XYZ 13.13 5.83 46.89 -
YUV 51.05 204.16 155.78 -
System Red Green Blue C M Y K H S L
Decimal 90 5 186 0.52 0.97 0 0.27 268.18 0.95 0.37
Hex 5A 5 BA 34 61 0 1B 10C 5F 25
Octal 132 5 272 64 141 0 33 414 137 45
Binary 1011010 101 10111010 110100 1100001 0 11011 100001100 1011111 100101

Color Harmonies of #5A05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A05BA

Black with #5A05BA

Text Example


Text Example

White with #5A05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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