#692967

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

Shades of Palatinate Purple #692967

Tints of Palatinate Purple #692967

Color information

#692967 (or 0x692967) is unknown color: approx Palatinate Purple. HEX triplet: 69, 29 and 67. RGB value is (105,41,103). Sum of RGB (Red+Green+Blue) = 105+41+103=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #692967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692967 is #96D698. Grayscale: #434343. Windows color (decimal): -9885337 or 6760809. OLE color: 6760809.

HSL color Cylindrical-coordinate representation of color #692967: hue angle of 301.88º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #692967 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10541103-
CMYK00.610.020.59
HSL301.88º43.84%28.63%-
HSV(B)301.88º60.95%41.18%-
XYZ9.075.5713.43-
YUV67.2148.2154.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 103 (40.62% from 255) = 41.37%
R=42.17%
G=16.47%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1054110300.610.020.59301.8843.8428.63
Hex69296703D23B12e2c1d
Octal151511470752734565435
Binary1101001101001110011101111011011101110010111010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692967; }

 p { color: rgb(105,41,103); }

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

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

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

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

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

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

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