#692469

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

Shades of Palatinate Purple #692469

Tints of Palatinate Purple #692469

Color information

#692469 (or 0x692469) is unknown color: approx Palatinate Purple. HEX triplet: 69, 24 and 69. RGB value is (105,36,105). Sum of RGB (Red+Green+Blue) = 105+36+105=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #692469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692469 is #96DB96. Grayscale: #404040. Windows color (decimal): -9886615 or 6890601. OLE color: 6890601.

HSL color Cylindrical-coordinate representation of color #692469: hue angle of 300º 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 #692469 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10536105-
CMYK00.6600.59
HSL300º48.94%27.65%-
HSV(B)300º65.71%41.18%-
XYZ9.015.2813.91-
YUV64.5150.86156.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=42.68%
G=14.63%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1053610500.6600.5930048.9427.65
Hex69246904203B12c311c
Octal1514415101020734546134
Binary1101001100100110100101000010011101110010110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692469; }

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

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

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

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

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

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

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

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