#692053

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

Shades of Palatinate Purple #692053

Tints of Palatinate Purple #692053

Color information

#692053 (or 0x692053) is unknown color: approx Palatinate Purple. HEX triplet: 69, 20 and 53. RGB value is (105,32,83). Sum of RGB (Red+Green+Blue) = 105+32+83=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #692053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692053 is #96DFAC. Grayscale: #3B3B3B. Windows color (decimal): -9887661 or 5447785. OLE color: 5447785.

HSL color Cylindrical-coordinate representation of color #692053: hue angle of 318.08º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692053 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1053283-
CMYK00.700.210.59
HSL318.08º53.28%26.86%-
HSV(B)318.08º69.52%41.18%-
XYZ7.94.668.67-
YUV59.64141.18160.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=47.73%
G=14.55%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105328300.700.210.59318.0853.2826.86
Hex692053046153B13e351b
Octal15140123010625734766533
Binary11010011000001010011010001101010111101110011111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692053; }

 p { color: rgb(105,32,83); }

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

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

 a { background-color: rgb(105,32,83); }

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

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

 span { border-color: rgb(105,32,83); }

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