Html Css Color HEX #5A0A5F Palatinate Purple

📋 copy color: '#5A0A5F'

red 90 ◦ green 10 ◦ blue 95

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

Shades of Palatinate Purple #5A0A5F

Tints of Palatinate Purple #5A0A5F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.13%

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

R = 46.15%
G = 5.13%
B = 48.72%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#5A0A5F (or 0x5A0A5F) is known color: Palatinate Purple. HEX triplet: 5A, 0A and 5F. RGB value is (90,10,95). Sum of RGB (Red+Green+Blue) = 90+10+95=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A0A5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0A5F is #A5F5A0. Grayscale: #2B2B2B. Windows color (decimal): -10876321 or 6228570. OLE color: 6228570.

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

Color convert

RGB 90 10 95 -
CMYK 0.05 0.89 0 0.63
HSL 296.47º 0.81% 0.21% -
HSV(B) 296.47º 0.89% 0.37% -
XYZ 6.39 3.22 11.11 -
YUV 43.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 90 10 95 0.05 0.89 0 0.63 296.47 0.81 0.21
Hex 5A A 5F 5 59 0 3F 128 51 15
Octal 132 12 137 5 131 0 77 450 121 25
Binary 1011010 1010 1011111 101 1011001 0 111111 100101000 1010001 10101

Color Harmonies of #5A0A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0A5F

Black with #5A0A5F

Text Example


Text Example

White with #5A0A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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