#69206A

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

Shades of Palatinate Purple #69206A

Tints of Palatinate Purple #69206A

Color information

#69206A (or 0x69206A) is unknown color: approx Palatinate Purple. HEX triplet: 69, 20 and 6A. RGB value is (105,32,106). Sum of RGB (Red+Green+Blue) = 105+32+106=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #69206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69206A is #96DF95. Grayscale: #3E3E3E. Windows color (decimal): -9887638 or 6955113. OLE color: 6955113.

HSL color Cylindrical-coordinate representation of color #69206A: hue angle of 299.19º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69206A is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10532106-
CMYK0.010.7000.58
HSL299.19º53.62%27.06%-
HSV(B)299.19º69.81%41.57%-
XYZ8.945.0814.14-
YUV62.26152.68158.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.21%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=43.21%
G=13.17%
B=43.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105321060.010.7000.58299.1953.6227.06
Hex69206A14603A12b361b
Octal1514015211060724536633
Binary1101001100000110101011000110011101010010101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69206A; }

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

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

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

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

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

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

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

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