Html Css Color HEX #5A19C1 Purple Heart

📋 copy color: '#5A19C1'

red 90 ◦ green 25 ◦ blue 193

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

Shades of Purple Heart #5A19C1

Tints of Purple Heart #5A19C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 62.66%

R = 29.22%
G = 8.12%
B = 62.66%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5A19C1 (or 0x5A19C1) is known color: Purple Heart. HEX triplet: 5A, 19 and C1. RGB value is (90,25,193). Sum of RGB (Red+Green+Blue) = 90+25+193=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A19C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A19C1 is #A5E63E. Grayscale: #3E3E3E. Windows color (decimal): -10872383 or 12654938. OLE color: 12654938.

HSL color Cylindrical-coordinate representation of color #5A19C1: hue angle of 263.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A19C1 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 25 193 -
CMYK 0.53 0.87 0 0.24
HSL 263.21º 0.77% 0.43% -
HSV(B) 263.21º 0.87% 0.76% -
XYZ 14.19 6.72 51 -
YUV 63.59 201.03 146.84 -
System Red Green Blue C M Y K H S L
Decimal 90 25 193 0.53 0.87 0 0.24 263.21 0.77 0.43
Hex 5A 19 C1 35 57 0 18 107 4D 2B
Octal 132 31 301 65 127 0 30 407 115 53
Binary 1011010 11001 11000001 110101 1010111 0 11000 100000111 1001101 101011

Color Harmonies of #5A19C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A19C1

Black with #5A19C1

Text Example


Text Example

White with #5A19C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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