Html Css Color HEX #5A1068 Palatinate Purple

📋 copy color: '#5A1068'

red 90 ◦ green 16 ◦ blue 104

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

Shades of Palatinate Purple #5A1068

Tints of Palatinate Purple #5A1068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 42.86%
G = 7.62%
B = 49.52%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5A1068 (or 0x5A1068) is known color: Palatinate Purple. HEX triplet: 5A, 10 and 68. RGB value is (90,16,104). Sum of RGB (Red+Green+Blue) = 90+16+104=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A1068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1068 is #A5EF97. Grayscale: #2F2F2F. Windows color (decimal): -10874776 or 6819930. OLE color: 6819930.

HSL color Cylindrical-coordinate representation of color #5A1068: hue angle of 290.45º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A1068 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 16 104 -
CMYK 0.13 0.85 0 0.59
HSL 290.45º 0.73% 0.24% -
HSV(B) 290.45º 0.85% 0.41% -
XYZ 6.9 3.54 13.42 -
YUV 48.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 90 16 104 0.13 0.85 0 0.59 290.45 0.73 0.24
Hex 5A 10 68 D 55 0 3B 122 49 18
Octal 132 20 150 15 125 0 73 442 111 30
Binary 1011010 10000 1101000 1101 1010101 0 111011 100100010 1001001 11000

Color Harmonies of #5A1068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1068

Black with #5A1068

Text Example


Text Example

White with #5A1068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,16,104); }

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

background-color css

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

 a { background-color: rgb(90,16,104); }

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

border-color css

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

 span { border-color: rgb(90,16,104); }

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