#693962

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

Shades of Palatinate Purple #693962

Tints of Palatinate Purple #693962

Color information

#693962 (or 0x693962) is unknown color: approx Palatinate Purple. HEX triplet: 69, 39 and 62. RGB value is (105,57,98). Sum of RGB (Red+Green+Blue) = 105+57+98=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #693962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693962 is #96C69D. Grayscale: #4B4B4B. Windows color (decimal): -9881246 or 6437225. OLE color: 6437225.

HSL color Cylindrical-coordinate representation of color #693962: hue angle of 308.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #693962 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1055798-
CMYK00.460.070.59
HSL308.75º29.63%31.76%-
HSV(B)308.75º45.71%41.18%-
XYZ9.496.8112.37-
YUV76.03140.4148.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 98 (38.67% from 255) = 37.69%
R=40.38%
G=21.92%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105579800.460.070.59308.7529.6331.76
Hex69396202E73B1351e20
Octal151711420567734653640
Binary11010011110011100010010111011111101110011010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693962; }

 p { color: rgb(105,57,98); }

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

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

 a { background-color: rgb(105,57,98); }

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

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

 span { border-color: rgb(105,57,98); }

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