#692B5D

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

Shades of Palatinate Purple #692B5D

Tints of Palatinate Purple #692B5D

Color information

#692B5D (or 0x692B5D) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2B and 5D. RGB value is (105,43,93). Sum of RGB (Red+Green+Blue) = 105+43+93=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #692B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692B5D is #96D4A2. Grayscale: #434343. Windows color (decimal): -9884835 or 6105961. OLE color: 6105961.

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

Color convert

RGB1054393-
CMYK00.590.110.59
HSL311.61º41.89%29.02%-
HSV(B)311.61º59.05%41.18%-
XYZ8.675.5210.96-
YUV67.24142.54154.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 43 (17.19% from 255) = 17.84%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=43.57%
G=17.84%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105439300.590.110.59311.6141.8929.02
Hex692B5D03BB3B1382a1d
Octal1515313507313734705235
Binary110100110101110111010111011101111101110011100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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