#663A5E

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

Shades of Palatinate Purple #663A5E

Tints of Palatinate Purple #663A5E

Color information

#663A5E (or 0x663A5E) is unknown color: approx Palatinate Purple. HEX triplet: 66, 3A and 5E. RGB value is (102,58,94). Sum of RGB (Red+Green+Blue) = 102+58+94=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #663A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663A5E is #99C5A1. Grayscale: #4B4B4B. Windows color (decimal): -10077602 or 6175334. OLE color: 6175334.

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

Color convert

RGB1025894-
CMYK00.430.080.6
HSL310.91º27.5%31.37%-
HSV(B)310.91º43.14%40%-
XYZ9.016.6611.4-
YUV75.26138.58147.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 94 (37.11% from 255) = 37.01%
R=40.16%
G=22.83%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102589400.430.080.6310.9127.531.37
Hex663A5E02B83C1371c1f
Octal1467213605310744673437
Binary11001101110101011110010101110001111001001101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663A5E; }

 p { color: rgb(102,58,94); }

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

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

 a { background-color: rgb(102,58,94); }

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

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

 span { border-color: rgb(102,58,94); }

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