Html Css Color HEX #5A135A Palatinate Purple

📋 copy color: '#5A135A'

red 90 ◦ green 19 ◦ blue 90

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

Shades of Palatinate Purple #5A135A

Tints of Palatinate Purple #5A135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.55%

 BLUE value IS 90 (35.55% from 255) = 45.23%

R = 45.23%
G = 9.55%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#5A135A (or 0x5A135A) is known color: Palatinate Purple. HEX triplet: 5A, 13 and 5A. RGB value is (90,19,90). Sum of RGB (Red+Green+Blue) = 90+19+90=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A135A is #A5ECA5. Grayscale: #303030. Windows color (decimal): -10874022 or 5903194. OLE color: 5903194.

HSL color Cylindrical-coordinate representation of color #5A135A: hue angle of 300º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A135A is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 19 90 -
CMYK 0 0.79 0 0.65
HSL 300º 0.65% 0.21% -
HSV(B) 300º 0.79% 0.35% -
XYZ 6.29 3.38 9.99 -
YUV 48.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 90 19 90 0 0.79 0 0.65 300 0.65 0.21
Hex 5A 13 5A 0 4F 0 41 12C 41 15
Octal 132 23 132 0 117 0 101 454 101 25
Binary 1011010 10011 1011010 0 1001111 0 1000001 100101100 1000001 10101

Color Harmonies of #5A135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A135A

Black with #5A135A

Text Example


Text Example

White with #5A135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,19,90); }

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

background-color css

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

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

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

border-color css

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

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

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