Html Css Color HEX #5D2063 Palatinate Purple

📋 copy color: '#5D2063'

red 93 ◦ green 32 ◦ blue 99

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

Shades of Palatinate Purple #5D2063

Tints of Palatinate Purple #5D2063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

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

R = 41.52%
G = 14.29%
B = 44.2%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5D2063 (or 0x5D2063) is known color: Palatinate Purple. HEX triplet: 5D, 20 and 63. RGB value is (93,32,99). Sum of RGB (Red+Green+Blue) = 93+32+99=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D2063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2063 is #A2DF9C. Grayscale: #393939. Windows color (decimal): -10674077 or 6496349. OLE color: 6496349.

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

Color convert

RGB 93 32 99 -
CMYK 0.06 0.68 0 0.61
HSL 294.63º 0.51% 0.26% -
HSV(B) 294.63º 0.68% 0.39% -
XYZ 7.28 4.26 12.24 -
YUV 57.88 151.21 153.05 -
System Red Green Blue C M Y K H S L
Decimal 93 32 99 0.06 0.68 0 0.61 294.63 0.51 0.26
Hex 5D 20 63 6 44 0 3D 127 33 1A
Octal 135 40 143 6 104 0 75 447 63 32
Binary 1011101 100000 1100011 110 1000100 0 111101 100100111 110011 11010

Color Harmonies of #5D2063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2063

Black with #5D2063

Text Example


Text Example

White with #5D2063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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