Html Css Color HEX #5A19BB Purple Heart

📋 copy color: '#5A19BB'

red 90 ◦ green 25 ◦ blue 187

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

Shades of Purple Heart #5A19BB

Tints of Purple Heart #5A19BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

 BLUE value IS 187 (73.44% from 255) = 61.92%

R = 29.8%
G = 8.28%
B = 61.92%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A19BB (or 0x5A19BB) is known color: Purple Heart. HEX triplet: 5A, 19 and BB. RGB value is (90,25,187). Sum of RGB (Red+Green+Blue) = 90+25+187=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A19BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A19BB is #A5E644. Grayscale: #3E3E3E. Windows color (decimal): -10872389 or 12261722. OLE color: 12261722.

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

Color convert

RGB 90 25 187 -
CMYK 0.52 0.87 0 0.27
HSL 264.07º 0.76% 0.42% -
HSV(B) 264.07º 0.87% 0.73% -
XYZ 13.53 6.46 47.55 -
YUV 62.9 198.03 147.33 -
System Red Green Blue C M Y K H S L
Decimal 90 25 187 0.52 0.87 0 0.27 264.07 0.76 0.42
Hex 5A 19 BB 34 57 0 1B 108 4C 2A
Octal 132 31 273 64 127 0 33 410 114 52
Binary 1011010 11001 10111011 110100 1010111 0 11011 100001000 1001100 101010

Color Harmonies of #5A19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A19BB

Black with #5A19BB

Text Example


Text Example

White with #5A19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,25,187); }

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

background-color css

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

 a { background-color: rgb(90,25,187); }

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

border-color css

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

 span { border-color: rgb(90,25,187); }

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