Html Css Color HEX #5A1E52 Palatinate Purple

📋 copy color: '#5A1E52'

red 90 ◦ green 30 ◦ blue 82

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

Shades of Palatinate Purple #5A1E52

Tints of Palatinate Purple #5A1E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.85%

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

R = 44.55%
G = 14.85%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#5A1E52 (or 0x5A1E52) is known color: Palatinate Purple. HEX triplet: 5A, 1E and 52. RGB value is (90,30,82). Sum of RGB (Red+Green+Blue) = 90+30+82=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1E52 is #A5E1AD. Grayscale: #353535. Windows color (decimal): -10871214 or 5381722. OLE color: 5381722.

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

Color convert

RGB 90 30 82 -
CMYK 0 0.67 0.09 0.65
HSL 308º 0.5% 0.24% -
HSV(B) 308º 0.67% 0.35% -
XYZ 6.2 3.71 8.37 -
YUV 53.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 90 30 82 0 0.67 0.09 0.65 308 0.5 0.24
Hex 5A 1E 52 0 43 9 41 134 32 18
Octal 132 36 122 0 103 11 101 464 62 30
Binary 1011010 11110 1010010 0 1000011 1001 1000001 100110100 110010 11000

Color Harmonies of #5A1E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1E52

Black with #5A1E52

Text Example


Text Example

White with #5A1E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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