#692A5F

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

Shades of Palatinate Purple #692A5F

Tints of Palatinate Purple #692A5F

Color information

#692A5F (or 0x692A5F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2A and 5F. RGB value is (105,42,95). Sum of RGB (Red+Green+Blue) = 105+42+95=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #692A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692A5F is #96D5A0. Grayscale: #424242. Windows color (decimal): -9885089 or 6236777. OLE color: 6236777.

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

Color convert

RGB1054295-
CMYK00.60.100.59
HSL309.52º42.86%28.82%-
HSV(B)309.52º60%41.18%-
XYZ8.725.4911.43-
YUV66.88143.87155.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 42 (16.80% from 255) = 17.36%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=43.39%
G=17.36%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105429500.60.100.59309.5242.8628.82
Hex692A5F03CA3B1362b1d
Octal1515213707412734665335
Binary110100110101010111110111100101011101110011011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,42,95); }

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

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

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

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

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

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

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