#692054

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

Shades of Palatinate Purple #692054

Tints of Palatinate Purple #692054

Color information

#692054 (or 0x692054) is unknown color: approx Palatinate Purple. HEX triplet: 69, 20 and 54. RGB value is (105,32,84). Sum of RGB (Red+Green+Blue) = 105+32+84=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #692054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692054 is #96DFAB. Grayscale: #3B3B3B. Windows color (decimal): -9887660 or 5513321. OLE color: 5513321.

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

Color convert

RGB1053284-
CMYK00.700.200.59
HSL317.26º53.28%26.86%-
HSV(B)317.26º69.52%41.18%-
XYZ7.944.688.87-
YUV59.76141.68160.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=47.51%
G=14.48%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105328400.700.200.59317.2653.2826.86
Hex692054046143B13d351b
Octal15140124010624734756533
Binary11010011000001010100010001101010011101110011110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692054; }

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

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

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

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

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

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

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

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