#661353

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

Shades of Palatinate Purple #661353

Tints of Palatinate Purple #661353

Color information

#661353 (or 0x661353) is unknown color: approx Palatinate Purple. HEX triplet: 66, 13 and 53. RGB value is (102,19,83). Sum of RGB (Red+Green+Blue) = 102+19+83=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #661353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661353 is #99ECAC. Grayscale: #323232. Windows color (decimal): -10087597 or 5444454. OLE color: 5444454.

HSL color Cylindrical-coordinate representation of color #661353: hue angle of 313.73º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661353 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB1021983-
CMYK00.810.190.6
HSL313.73º68.6%23.73%-
HSV(B)313.73º81.37%40%-
XYZ7.273.928.56-
YUV51.11146164.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 9.31%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=50%
G=9.31%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102198300.810.190.6313.7368.623.73
Hex661353051133C13a4518
Octal146231230121237447210530
Binary11001101001110100110101000110011111100100111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661353; }

 p { color: rgb(102,19,83); }

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

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

 a { background-color: rgb(102,19,83); }

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

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

 span { border-color: rgb(102,19,83); }

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