#672069

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

Shades of Palatinate Purple #672069

Tints of Palatinate Purple #672069

Color information

#672069 (or 0x672069) is unknown color: approx Palatinate Purple. HEX triplet: 67, 20 and 69. RGB value is (103,32,105). Sum of RGB (Red+Green+Blue) = 103+32+105=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #672069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672069 is #98DF96. Grayscale: #3D3D3D. Windows color (decimal): -10018711 or 6889575. OLE color: 6889575.

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

Color convert

RGB10332105-
CMYK0.020.7000.59
HSL298.36º53.28%26.86%-
HSV(B)298.36º69.52%41.18%-
XYZ8.664.9413.86-
YUV61.55152.52157.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.92%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=42.92%
G=13.33%
B=43.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103321050.020.7000.59298.3653.2826.86
Hex67206924603B12a351b
Octal1474015121060734526533
Binary11001111000001101001101000110011101110010101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672069; }

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

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

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

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

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

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

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

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