Html Css Color HEX #5A1552 Palatinate Purple

📋 copy color: '#5A1552'

red 90 ◦ green 21 ◦ blue 82

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

Shades of Palatinate Purple #5A1552

Tints of Palatinate Purple #5A1552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

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

R = 46.63%
G = 10.88%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#5A1552 (or 0x5A1552) is known color: Palatinate Purple. HEX triplet: 5A, 15 and 52. RGB value is (90,21,82). Sum of RGB (Red+Green+Blue) = 90+21+82=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1552 is #A5EAAD. Grayscale: #303030. Windows color (decimal): -10873518 or 5379418. OLE color: 5379418.

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

Color convert

RGB 90 21 82 -
CMYK 0 0.77 0.09 0.65
HSL 306.96º 0.62% 0.22% -
HSV(B) 306.96º 0.77% 0.35% -
XYZ 6.01 3.32 8.31 -
YUV 48.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 90 21 82 0 0.77 0.09 0.65 306.96 0.62 0.22
Hex 5A 15 52 0 4D 9 41 133 3E 16
Octal 132 25 122 0 115 11 101 463 76 26
Binary 1011010 10101 1010010 0 1001101 1001 1000001 100110011 111110 10110

Color Harmonies of #5A1552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1552

Black with #5A1552

Text Example


Text Example

White with #5A1552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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