#692B58

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

Shades of Palatinate Purple #692B58

Tints of Palatinate Purple #692B58

Color information

#692B58 (or 0x692B58) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2B and 58. RGB value is (105,43,88). Sum of RGB (Red+Green+Blue) = 105+43+88=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #692B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692B58 is #96D4A7. Grayscale: #424242. Windows color (decimal): -9884840 or 5778281. OLE color: 5778281.

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

Color convert

RGB1054388-
CMYK00.590.160.59
HSL316.45º41.89%29.02%-
HSV(B)316.45º59.05%41.18%-
XYZ8.455.449.84-
YUV66.67140.04155.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 88 (34.77% from 255) = 37.29%
R=44.49%
G=18.22%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105438800.590.160.59316.4541.8929.02
Hex692B5803B103B13c2a1d
Octal1515313007320734745235
Binary1101001101011101100001110111000011101110011110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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