Html Css Color HEX #5D1063 Palatinate Purple

📋 copy color: '#5D1063'

red 93 ◦ green 16 ◦ blue 99

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

Shades of Palatinate Purple #5D1063

Tints of Palatinate Purple #5D1063

RGB

 RED value IS 93 (36.72% from 255) = 44.71%

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

 BLUE value IS 99 (39.06% from 255) = 47.6%

R = 44.71%
G = 7.69%
B = 47.6%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5D1063 (or 0x5D1063) is known color: Palatinate Purple. HEX triplet: 5D, 10 and 63. RGB value is (93,16,99). Sum of RGB (Red+Green+Blue) = 93+16+99=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D1063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1063 is #A2EF9C. Grayscale: #303030. Windows color (decimal): -10678173 or 6492253. OLE color: 6492253.

HSL color Cylindrical-coordinate representation of color #5D1063: hue angle of 295.66º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D1063 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 93 16 99 -
CMYK 0.06 0.84 0 0.61
HSL 295.66º 0.72% 0.23% -
HSV(B) 295.66º 0.84% 0.39% -
XYZ 6.95 3.6 12.13 -
YUV 48.49 156.51 159.75 -
System Red Green Blue C M Y K H S L
Decimal 93 16 99 0.06 0.84 0 0.61 295.66 0.72 0.23
Hex 5D 10 63 6 54 0 3D 128 48 17
Octal 135 20 143 6 124 0 75 450 110 27
Binary 1011101 10000 1100011 110 1010100 0 111101 100101000 1001000 10111

Color Harmonies of #5D1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1063

Black with #5D1063

Text Example


Text Example

White with #5D1063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,16,99); }

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

background-color css

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

 a { background-color: rgb(93,16,99); }

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

border-color css

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

 span { border-color: rgb(93,16,99); }

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