Html Css Color HEX #5A15C0 Purple Heart

📋 copy color: '#5A15C0'

red 90 ◦ green 21 ◦ blue 192

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

Shades of Purple Heart #5A15C0

Tints of Purple Heart #5A15C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.37%

R = 29.7%
G = 6.93%
B = 63.37%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A15C0 (or 0x5A15C0) is known color: Purple Heart. HEX triplet: 5A, 15 and C0. RGB value is (90,21,192). Sum of RGB (Red+Green+Blue) = 90+21+192=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #5A15C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A15C0 is #A5EA3F. Grayscale: #3C3C3C. Windows color (decimal): -10873408 or 12588378. OLE color: 12588378.

HSL color Cylindrical-coordinate representation of color #5A15C0: hue angle of 264.21º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A15C0 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 21 192 -
CMYK 0.53 0.89 0 0.25
HSL 264.21º 0.8% 0.42% -
HSV(B) 264.21º 0.89% 0.75% -
XYZ 14 6.52 50.39 -
YUV 61.13 201.86 148.6 -
System Red Green Blue C M Y K H S L
Decimal 90 21 192 0.53 0.89 0 0.25 264.21 0.8 0.42
Hex 5A 15 C0 35 59 0 19 108 50 2A
Octal 132 25 300 65 131 0 31 410 120 52
Binary 1011010 10101 11000000 110101 1011001 0 11001 100001000 1010000 101010

Color Harmonies of #5A15C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A15C0

Black with #5A15C0

Text Example


Text Example

White with #5A15C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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