#5D0661

Color #5D0661 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #5D0661

Tints of Palatinate Purple #5D0661

Color information

#5D0661 (or 0x5D0661) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 06 and 61. RGB value is (93,6,97). Sum of RGB (Red+Green+Blue) = 93+6+97=196 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.45% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D0661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0661 is #A2F99E. Grayscale: #2A2A2A. Windows color (decimal): -10680735 or 6358621. OLE color: 6358621.

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

Color convert

RGB93697-
CMYK0.040.9400.62
HSL297.36º88.35%20.2%-
HSV(B)297.36º93.81%38.04%-
XYZ6.743.3211.6-
YUV42.39158.82164.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.45%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=47.45%
G=3.06%
B=49.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal936970.040.9400.62297.3688.3520.2
Hex5D66145E03E1295814
Octal1356141413607645113024
Binary1011101110110000110010111100111110100101001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D0661;
 }
 .AnyTagClassName
 {
   color: #5D0661;
 }
</style>
background-color css

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

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

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

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

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

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