Html Css Color HEX #5A0761 Palatinate Purple

📋 copy color: '#5A0761'

red 90 ◦ green 7 ◦ blue 97

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

Shades of Palatinate Purple #5A0761

Tints of Palatinate Purple #5A0761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.61%

 BLUE value IS 97 (38.28% from 255) = 50%

R = 46.39%
G = 3.61%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A0761 (or 0x5A0761) is known color: Palatinate Purple. HEX triplet: 5A, 07 and 61. RGB value is (90,7,97). Sum of RGB (Red+Green+Blue) = 90+7+97=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A0761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0761 is #A5F89E. Grayscale: #292929. Windows color (decimal): -10877087 or 6358874. OLE color: 6358874.

HSL color Cylindrical-coordinate representation of color #5A0761: hue angle of 295.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0761 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 7 97 -
CMYK 0.07 0.93 0 0.62
HSL 295.33º 0.87% 0.2% -
HSV(B) 295.33º 0.93% 0.38% -
XYZ 6.45 3.19 11.58 -
YUV 42.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 90 7 97 0.07 0.93 0 0.62 295.33 0.87 0.2
Hex 5A 7 61 7 5D 0 3E 127 57 14
Octal 132 7 141 7 135 0 76 447 127 24
Binary 1011010 111 1100001 111 1011101 0 111110 100100111 1010111 10100

Color Harmonies of #5A0761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0761

Black with #5A0761

Text Example


Text Example

White with #5A0761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,7,97); }

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

background-color css

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

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

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

border-color css

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

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

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