#692D63

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

Shades of Palatinate Purple #692D63

Tints of Palatinate Purple #692D63

Color information

#692D63 (or 0x692D63) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2D and 63. RGB value is (105,45,99). Sum of RGB (Red+Green+Blue) = 105+45+99=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #692D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692D63 is #96D29C. Grayscale: #444444. Windows color (decimal): -9884317 or 6499689. OLE color: 6499689.

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

Color convert

RGB1054599-
CMYK00.570.060.59
HSL306º40%29.41%-
HSV(B)306º57.14%41.18%-
XYZ9.025.7812.44-
YUV69.1144.88153.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=42.17%
G=18.07%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105459900.570.060.593064029.41
Hex692D6303963B132281d
Octal151551430716734625035
Binary11010011011011100011011100111011101110011001010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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