#692562

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

Shades of Palatinate Purple #692562

Tints of Palatinate Purple #692562

Color information

#692562 (or 0x692562) is unknown color: approx Palatinate Purple. HEX triplet: 69, 25 and 62. RGB value is (105,37,98). Sum of RGB (Red+Green+Blue) = 105+37+98=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #692562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692562 is #96DA9D. Grayscale: #404040. Windows color (decimal): -9886366 or 6432105. OLE color: 6432105.

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

Color convert

RGB1053798-
CMYK00.650.070.59
HSL306.18º47.89%27.84%-
HSV(B)306.18º64.76%41.18%-
XYZ8.695.2112.1-
YUV64.29147.03157.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=43.75%
G=15.42%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105379800.650.070.59306.1847.8927.84
Hex69256204173B132301c
Octal1514514201017734626034
Binary110100110010111000100100000111111101110011001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692562; }

 p { color: rgb(105,37,98); }

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

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

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

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

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

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

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