Html Css Color HEX #5A155D Palatinate Purple

📋 copy color: '#5A155D'

red 90 ◦ green 21 ◦ blue 93

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

Shades of Palatinate Purple #5A155D

Tints of Palatinate Purple #5A155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.59%

R = 44.12%
G = 10.29%
B = 45.59%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5A155D (or 0x5A155D) is known color: Palatinate Purple. HEX triplet: 5A, 15 and 5D. RGB value is (90,21,93). Sum of RGB (Red+Green+Blue) = 90+21+93=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A155D is #A5EAA2. Grayscale: #313131. Windows color (decimal): -10873507 or 6100314. OLE color: 6100314.

HSL color Cylindrical-coordinate representation of color #5A155D: hue angle of 297.5º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A155D is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 90 21 93 -
CMYK 0.03 0.77 0 0.64
HSL 297.5º 0.63% 0.22% -
HSV(B) 297.5º 0.77% 0.36% -
XYZ 6.46 3.5 10.69 -
YUV 49.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 90 21 93 0.03 0.77 0 0.64 297.5 0.63 0.22
Hex 5A 15 5D 3 4D 0 40 12A 3F 16
Octal 132 25 135 3 115 0 100 452 77 26
Binary 1011010 10101 1011101 11 1001101 0 1000000 100101010 111111 10110

Color Harmonies of #5A155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A155D

Black with #5A155D

Text Example


Text Example

White with #5A155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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