#663358

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

Shades of Palatinate Purple #663358

Tints of Palatinate Purple #663358

Color information

#663358 (or 0x663358) is unknown color: approx Palatinate Purple. HEX triplet: 66, 33 and 58. RGB value is (102,51,88). Sum of RGB (Red+Green+Blue) = 102+51+88=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663358 is #99CCA7. Grayscale: #464646. Windows color (decimal): -10079400 or 5780326. OLE color: 5780326.

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

Color convert

RGB1025188-
CMYK00.50.140.6
HSL316.47º33.33%30%-
HSV(B)316.47º50%40%-
XYZ8.425.99.93-
YUV70.47137.9150.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=42.32%
G=21.16%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102518800.50.140.6316.4733.3330
Hex663358032E3C13c211e
Octal1466313006216744744136
Binary110011011001110110000110010111011110010011110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663358; }

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

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

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

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

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

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

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

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