#692D58

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

Shades of Palatinate Purple #692D58

Tints of Palatinate Purple #692D58

Color information

#692D58 (or 0x692D58) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2D and 58. RGB value is (105,45,88). Sum of RGB (Red+Green+Blue) = 105+45+88=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #692D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692D58 is #96D2A7. Grayscale: #434343. Windows color (decimal): -9884328 or 5778793. OLE color: 5778793.

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

Color convert

RGB1054588-
CMYK00.570.160.59
HSL317º40%29.41%-
HSV(B)317º57.14%41.18%-
XYZ8.535.589.86-
YUV67.84139.38154.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 45 (17.97% from 255) = 18.91%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=44.12%
G=18.91%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105458800.570.160.593174029.41
Hex692D58039103B13d281d
Octal1515513007120734755035
Binary1101001101101101100001110011000011101110011110110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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