Html Css Color HEX #5A0755 Palatinate Purple

📋 copy color: '#5A0755'

red 90 ◦ green 7 ◦ blue 85

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

Shades of Palatinate Purple #5A0755

Tints of Palatinate Purple #5A0755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.7%

R = 49.45%
G = 3.85%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#5A0755 (or 0x5A0755) is known color: Palatinate Purple. HEX triplet: 5A, 07 and 55. RGB value is (90,7,85). Sum of RGB (Red+Green+Blue) = 90+7+85=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0755 is #A5F8AA. Grayscale: #282828. Windows color (decimal): -10877099 or 5572442. OLE color: 5572442.

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

Color convert

RGB 90 7 85 -
CMYK 0 0.92 0.06 0.65
HSL 303.61º 0.86% 0.19% -
HSV(B) 303.61º 0.92% 0.35% -
XYZ 5.93 2.98 8.86 -
YUV 40.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 90 7 85 0 0.92 0.06 0.65 303.61 0.86 0.19
Hex 5A 7 55 0 5C 6 41 130 56 13
Octal 132 7 125 0 134 6 101 460 126 23
Binary 1011010 111 1010101 0 1011100 110 1000001 100110000 1010110 10011

Color Harmonies of #5A0755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0755

Black with #5A0755

Text Example


Text Example

White with #5A0755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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