#663958

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

Shades of Palatinate Purple #663958

Tints of Palatinate Purple #663958

Color information

#663958 (or 0x663958) is unknown color: approx Palatinate Purple. HEX triplet: 66, 39 and 58. RGB value is (102,57,88). Sum of RGB (Red+Green+Blue) = 102+57+88=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #663958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663958 is #99C6A7. Grayscale: #494949. Windows color (decimal): -10077864 or 5781862. OLE color: 5781862.

HSL color Cylindrical-coordinate representation of color #663958: hue angle of 318.67º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #663958 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB1025788-
CMYK00.440.140.6
HSL318.67º28.3%31.18%-
HSV(B)318.67º44.12%40%-
XYZ8.76.4610.02-
YUV73.99135.91147.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=41.30%
G=23.08%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102578800.440.140.6318.6728.331.18
Hex66395802CE3C13f1c1f
Octal1467113005416744773437
Binary11001101110011011000010110011101111001001111111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663958; }

 p { color: rgb(102,57,88); }

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

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

 a { background-color: rgb(102,57,88); }

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

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

 span { border-color: rgb(102,57,88); }

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