#692D61

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

Shades of Palatinate Purple #692D61

Tints of Palatinate Purple #692D61

Color information

#692D61 (or 0x692D61) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2D and 61. RGB value is (105,45,97). Sum of RGB (Red+Green+Blue) = 105+45+97=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #692D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692D61 is #96D29E. Grayscale: #444444. Windows color (decimal): -9884319 or 6368617. OLE color: 6368617.

HSL color Cylindrical-coordinate representation of color #692D61: hue angle of 308º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #692D61 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1054597-
CMYK00.570.080.59
HSL308º40%29.41%-
HSV(B)308º57.14%41.18%-
XYZ8.925.7411.95-
YUV68.87143.88153.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=42.51%
G=18.22%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105459700.570.080.593084029.41
Hex692D6103983B134281d
Octal1515514107110734645035
Binary110100110110111000010111001100011101110011010010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692D61; }

 p { color: rgb(105,45,97); }

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

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

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

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

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

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

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