Html Css Color HEX #5A0958 Palatinate Purple

📋 copy color: '#5A0958'

red 90 ◦ green 9 ◦ blue 88

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

Shades of Palatinate Purple #5A0958

Tints of Palatinate Purple #5A0958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.81%

 BLUE value IS 88 (34.77% from 255) = 47.06%

R = 48.13%
G = 4.81%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#5A0958 (or 0x5A0958) is known color: Palatinate Purple. HEX triplet: 5A, 09 and 58. RGB value is (90,9,88). Sum of RGB (Red+Green+Blue) = 90+9+88=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0958 is #A5F6A7. Grayscale: #292929. Windows color (decimal): -10876584 or 5769562. OLE color: 5769562.

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

Color convert

RGB 90 9 88 -
CMYK 0 0.9 0.02 0.65
HSL 301.48º 0.82% 0.19% -
HSV(B) 301.48º 0.9% 0.35% -
XYZ 6.08 3.07 9.51 -
YUV 42.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 90 9 88 0 0.9 0.02 0.65 301.48 0.82 0.19
Hex 5A 9 58 0 5A 2 41 12D 52 13
Octal 132 11 130 0 132 2 101 455 122 23
Binary 1011010 1001 1011000 0 1011010 10 1000001 100101101 1010010 10011

Color Harmonies of #5A0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0958

Black with #5A0958

Text Example


Text Example

White with #5A0958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,9,88); }

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

background-color css

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

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

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

border-color css

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

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

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