Html Css Color HEX #5A15BA Purple Heart

📋 copy color: '#5A15BA'

red 90 ◦ green 21 ◦ blue 186

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

Shades of Purple Heart #5A15BA

Tints of Purple Heart #5A15BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.07%

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

R = 30.3%
G = 7.07%
B = 62.63%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A15BA (or 0x5A15BA) is known color: Purple Heart. HEX triplet: 5A, 15 and BA. RGB value is (90,21,186). Sum of RGB (Red+Green+Blue) = 90+21+186=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A15BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A15BA is #A5EA45. Grayscale: #3B3B3B. Windows color (decimal): -10873414 or 12195162. OLE color: 12195162.

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

Color convert

RGB 90 21 186 -
CMYK 0.52 0.89 0 0.27
HSL 265.09º 0.8% 0.41% -
HSV(B) 265.09º 0.89% 0.73% -
XYZ 13.35 6.26 46.96 -
YUV 60.44 198.86 149.08 -
System Red Green Blue C M Y K H S L
Decimal 90 21 186 0.52 0.89 0 0.27 265.09 0.8 0.41
Hex 5A 15 BA 34 59 0 1B 109 50 29
Octal 132 25 272 64 131 0 33 411 120 51
Binary 1011010 10101 10111010 110100 1011001 0 11011 100001001 1010000 101001

Color Harmonies of #5A15BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A15BA

Black with #5A15BA

Text Example


Text Example

White with #5A15BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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