#692466

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

Shades of Palatinate Purple #692466

Tints of Palatinate Purple #692466

Color information

#692466 (or 0x692466) is unknown color: approx Palatinate Purple. HEX triplet: 69, 24 and 66. RGB value is (105,36,102). Sum of RGB (Red+Green+Blue) = 105+36+102=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #692466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692466 is #96DB99. Grayscale: #3F3F3F. Windows color (decimal): -9886618 or 6693993. OLE color: 6693993.

HSL color Cylindrical-coordinate representation of color #692466: hue angle of 302.61º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #692466 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10536102-
CMYK00.660.030.59
HSL302.61º48.94%27.65%-
HSV(B)302.61º65.71%41.18%-
XYZ8.855.2213.11-
YUV64.16149.36157.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.21%
GREEN value IS 36 (14.45% from 255) = 14.81%
BLUE value IS 102 (40.23% from 255) = 41.98%
R=43.21%
G=14.81%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1053610200.660.030.59302.6148.9427.65
Hex69246604233B12f311c
Octal1514414601023734576134
Binary11010011001001100110010000101111101110010111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692466; }

 p { color: rgb(105,36,102); }

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

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

 a { background-color: rgb(105,36,102); }

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

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

 span { border-color: rgb(105,36,102); }

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