#6B2569

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

Shades of Palatinate Purple #6B2569

Tints of Palatinate Purple #6B2569

Color information

#6B2569 (or 0x6B2569) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 25 and 69. RGB value is (107,37,105). Sum of RGB (Red+Green+Blue) = 107+37+105=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2569 is #94DA96. Grayscale: #414141. Windows color (decimal): -9755287 or 6890859. OLE color: 6890859.

HSL color Cylindrical-coordinate representation of color #6B2569: hue angle of 301.71º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B2569 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB10737105-
CMYK00.650.020.58
HSL301.71º48.61%28.24%-
HSV(B)301.71º65.42%41.96%-
XYZ9.275.4713.93-
YUV65.68150.19157.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.97%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 105 (41.41% from 255) = 42.17%
R=42.97%
G=14.86%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1073710500.650.020.58301.7148.6128.24
Hex6B256904123A12e311c
Octal1534515101012724566134
Binary11010111001011101001010000011011101010010111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B2569; }

 p { color: rgb(107,37,105); }

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

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

 a { background-color: rgb(107,37,105); }

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

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

 span { border-color: rgb(107,37,105); }

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