Html Css Color HEX #5D0561 Palatinate Purple

📋 copy color: '#5D0561'

red 93 ◦ green 5 ◦ blue 97

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

Shades of Palatinate Purple #5D0561

Tints of Palatinate Purple #5D0561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.56%

 BLUE value IS 97 (38.28% from 255) = 49.74%

R = 47.69%
G = 2.56%
B = 49.74%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5D0561 (or 0x5D0561) is known color: Palatinate Purple. HEX triplet: 5D, 05 and 61. RGB value is (93,5,97). Sum of RGB (Red+Green+Blue) = 93+5+97=195 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.69% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D0561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0561 is #A2FA9E. Grayscale: #292929. Windows color (decimal): -10680991 or 6358365. OLE color: 6358365.

HSL color Cylindrical-coordinate representation of color #5D0561: hue angle of 297.39º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0561 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 5 97 -
CMYK 0.04 0.95 0 0.62
HSL 297.39º 0.9% 0.2% -
HSV(B) 297.39º 0.95% 0.38% -
XYZ 6.73 3.3 11.59 -
YUV 41.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 93 5 97 0.04 0.95 0 0.62 297.39 0.9 0.2
Hex 5D 5 61 4 5F 0 3E 129 5A 14
Octal 135 5 141 4 137 0 76 451 132 24
Binary 1011101 101 1100001 100 1011111 0 111110 100101001 1011010 10100

Color Harmonies of #5D0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0561

Black with #5D0561

Text Example


Text Example

White with #5D0561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,5,97); }

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

background-color css

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

 a { background-color: rgb(93,5,97); }

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

border-color css

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

 span { border-color: rgb(93,5,97); }

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