Html Css Color HEX #5A165F Palatinate Purple

📋 copy color: '#5A165F'

red 90 ◦ green 22 ◦ blue 95

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

Shades of Palatinate Purple #5A165F

Tints of Palatinate Purple #5A165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

 BLUE value IS 95 (37.5% from 255) = 45.89%

R = 43.48%
G = 10.63%
B = 45.89%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#5A165F (or 0x5A165F) is known color: Palatinate Purple. HEX triplet: 5A, 16 and 5F. RGB value is (90,22,95). Sum of RGB (Red+Green+Blue) = 90+22+95=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A165F is #A5E9A0. Grayscale: #323232. Windows color (decimal): -10873249 or 6231642. OLE color: 6231642.

HSL color Cylindrical-coordinate representation of color #5A165F: hue angle of 295.89º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A165F is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 90 22 95 -
CMYK 0.05 0.77 0 0.63
HSL 295.89º 0.62% 0.23% -
HSV(B) 295.89º 0.77% 0.37% -
XYZ 6.57 3.57 11.17 -
YUV 50.65 153.03 156.06 -
System Red Green Blue C M Y K H S L
Decimal 90 22 95 0.05 0.77 0 0.63 295.89 0.62 0.23
Hex 5A 16 5F 5 4D 0 3F 128 3E 17
Octal 132 26 137 5 115 0 77 450 76 27
Binary 1011010 10110 1011111 101 1001101 0 111111 100101000 111110 10111

Color Harmonies of #5A165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A165F

Black with #5A165F

Text Example


Text Example

White with #5A165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,22,95); }

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

background-color css

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

 a { background-color: rgb(90,22,95); }

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

border-color css

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

 span { border-color: rgb(90,22,95); }

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