#6f2d69

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

Shades of Palatinate Purple #6F2D69

Tints of Palatinate Purple #6F2D69

Color information

#6F2D69 (or 0x6F2D69) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 2D and 69. RGB value is (111,45,105). Sum of RGB (Red+Green+Blue) = 111+45+105=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2D69 is #90D296. Grayscale: #474747. Windows color (decimal): -9491095 or 6892911. OLE color: 6892911.

HSL color Cylindrical-coordinate representation of color #6F2D69: hue angle of 305.45º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2D69 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11145105-
CMYK00.590.050.56
HSL305.45º42.31%30.59%-
HSV(B)305.45º59.46%43.53%-
XYZ10.046.2814.05-
YUV71.57146.87156.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 45 (17.97% from 255) = 17.24%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=42.53%
G=17.24%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114510500.590.050.56305.4542.3130.59
Hex6F2D6903B5381312a1f
Octal157551510735704615237
Binary11011111011011101001011101110111100010011000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f2d69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,45,105); }

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

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

 a { background-color: rgb(111,45,105); }

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

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

 span { border-color: rgb(111,45,105); }

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