Html Css Color HEX #5D0A57 Palatinate Purple

📋 copy color: '#5D0A57'

red 93 ◦ green 10 ◦ blue 87

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

Shades of Palatinate Purple #5D0A57

Tints of Palatinate Purple #5D0A57

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.26%

 BLUE value IS 87 (34.38% from 255) = 45.79%

R = 48.95%
G = 5.26%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.64

RGB Variations

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

Color information

#5D0A57 (or 0x5D0A57) is known color: Palatinate Purple. HEX triplet: 5D, 0A and 57. RGB value is (93,10,87). Sum of RGB (Red+Green+Blue) = 93+10+87=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0A57 is #A2F5A8. Grayscale: #2B2B2B. Windows color (decimal): -10679721 or 5704285. OLE color: 5704285.

HSL color Cylindrical-coordinate representation of color #5D0A57: hue angle of 304.34º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D0A57 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 10 87 -
CMYK 0 0.89 0.06 0.64
HSL 304.34º 0.81% 0.2% -
HSV(B) 304.34º 0.89% 0.36% -
XYZ 6.34 3.23 9.31 -
YUV 43.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 93 10 87 0 0.89 0.06 0.64 304.34 0.81 0.2
Hex 5D A 57 0 59 6 40 130 51 14
Octal 135 12 127 0 131 6 100 460 121 24
Binary 1011101 1010 1010111 0 1011001 110 1000000 100110000 1010001 10100

Color Harmonies of #5D0A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0A57

Black with #5D0A57

Text Example


Text Example

White with #5D0A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,10,87); }

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

background-color css

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

 a { background-color: rgb(93,10,87); }

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

border-color css

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

 span { border-color: rgb(93,10,87); }

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