#682069

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

Shades of Palatinate Purple #682069

Tints of Palatinate Purple #682069

Color information

#682069 (or 0x682069) is unknown color: approx Palatinate Purple. HEX triplet: 68, 20 and 69. RGB value is (104,32,105). Sum of RGB (Red+Green+Blue) = 104+32+105=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #682069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682069 is #97DF96. Grayscale: #3D3D3D. Windows color (decimal): -9953175 or 6889576. OLE color: 6889576.

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

Color convert

RGB10432105-
CMYK0.010.7000.59
HSL299.18º53.28%26.86%-
HSV(B)299.18º69.52%41.18%-
XYZ8.78513.87-
YUV61.85152.35158.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=43.15%
G=13.28%
B=43.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104321050.010.7000.59299.1853.2826.86
Hex68206914603B12b351b
Octal1504015111060734536533
Binary1101000100000110100111000110011101110010101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682069; }

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

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

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

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

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

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

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

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