#692C54

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

Shades of Palatinate Purple #692C54

Tints of Palatinate Purple #692C54

Color information

#692C54 (or 0x692C54) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2C and 54. RGB value is (105,44,84). Sum of RGB (Red+Green+Blue) = 105+44+84=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #692C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692C54 is #96D3AB. Grayscale: #424242. Windows color (decimal): -9884588 or 5516393. OLE color: 5516393.

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

Color convert

RGB1054484-
CMYK00.580.200.59
HSL320.66º40.94%29.22%-
HSV(B)320.66º58.1%41.18%-
XYZ8.335.449-
YUV66.8137.71155.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=45.06%
G=18.88%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105448400.580.200.59320.6640.9429.22
Hex692C5403A143B141291d
Octal1515412407224735015135
Binary1101001101100101010001110101010011101110100000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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