Html Css Color HEX #5A0C52 Palatinate Purple

📋 copy color: '#5A0C52'

red 90 ◦ green 12 ◦ blue 82

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

Shades of Palatinate Purple #5A0C52

Tints of Palatinate Purple #5A0C52

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.52%

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 48.91%
G = 6.52%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#5A0C52 (or 0x5A0C52) is known color: Palatinate Purple. HEX triplet: 5A, 0C and 52. RGB value is (90,12,82). Sum of RGB (Red+Green+Blue) = 90+12+82=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0C52 is #A5F3AD. Grayscale: #2B2B2B. Windows color (decimal): -10875822 or 5377114. OLE color: 5377114.

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

Color convert

RGB 90 12 82 -
CMYK 0 0.87 0.09 0.65
HSL 306.15º 0.76% 0.2% -
HSV(B) 306.15º 0.87% 0.35% -
XYZ 5.87 3.05 8.26 -
YUV 43.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 90 12 82 0 0.87 0.09 0.65 306.15 0.76 0.2
Hex 5A C 52 0 57 9 41 132 4C 14
Octal 132 14 122 0 127 11 101 462 114 24
Binary 1011010 1100 1010010 0 1010111 1001 1000001 100110010 1001100 10100

Color Harmonies of #5A0C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0C52

Black with #5A0C52

Text Example


Text Example

White with #5A0C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,12,82); }

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

background-color css

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

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

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

border-color css

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

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

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