#692C58

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

Shades of Palatinate Purple #692C58

Tints of Palatinate Purple #692C58

Color information

#692C58 (or 0x692C58) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2C and 58. RGB value is (105,44,88). Sum of RGB (Red+Green+Blue) = 105+44+88=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #692C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692C58 is #96D3A7. Grayscale: #434343. Windows color (decimal): -9884584 or 5778537. OLE color: 5778537.

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

Color convert

RGB1054488-
CMYK00.580.160.59
HSL316.72º40.94%29.22%-
HSV(B)316.72º58.1%41.18%-
XYZ8.495.519.85-
YUV67.26139.71154.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=44.30%
G=18.57%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105448800.580.160.59316.7240.9429.22
Hex692C5803A103B13d291d
Octal1515413007220734755135
Binary1101001101100101100001110101000011101110011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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