Html Css Color HEX #5A065D Palatinate Purple

📋 copy color: '#5A065D'

red 90 ◦ green 6 ◦ blue 93

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

Shades of Palatinate Purple #5A065D

Tints of Palatinate Purple #5A065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.17%

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

R = 47.62%
G = 3.17%
B = 49.21%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5A065D (or 0x5A065D) is known color: Palatinate Purple. HEX triplet: 5A, 06 and 5D. RGB value is (90,6,93). Sum of RGB (Red+Green+Blue) = 90+6+93=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A065D is #A5F9A2. Grayscale: #282828. Windows color (decimal): -10877347 or 6096474. OLE color: 6096474.

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

Color convert

RGB 90 6 93 -
CMYK 0.03 0.94 0 0.64
HSL 297.93º 0.88% 0.19% -
HSV(B) 297.93º 0.94% 0.36% -
XYZ 6.26 3.09 10.62 -
YUV 41.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 90 6 93 0.03 0.94 0 0.64 297.93 0.88 0.19
Hex 5A 6 5D 3 5E 0 40 12A 58 13
Octal 132 6 135 3 136 0 100 452 130 23
Binary 1011010 110 1011101 11 1011110 0 1000000 100101010 1011000 10011

Color Harmonies of #5A065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A065D

Black with #5A065D

Text Example


Text Example

White with #5A065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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