#6F2766

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

Shades of Palatinate Purple #6F2766

Tints of Palatinate Purple #6F2766

Color information

#6F2766 (or 0x6F2766) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 27 and 66. RGB value is (111,39,102). Sum of RGB (Red+Green+Blue) = 111+39+102=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2766 is #90D899. Grayscale: #434343. Windows color (decimal): -9492634 or 6694767. OLE color: 6694767.

HSL color Cylindrical-coordinate representation of color #6F2766: hue angle of 307.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F2766 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11139102-
CMYK00.650.080.56
HSL307.5º48%29.41%-
HSV(B)307.5º64.86%43.53%-
XYZ9.685.7913.18-
YUV67.71147.35158.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.05%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=44.05%
G=15.48%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113910200.650.080.56307.54829.41
Hex6F2766041838134301d
Octal15747146010110704646035
Binary1101111100111110011001000001100011100010011010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,39,102); }

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

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

 a { background-color: rgb(111,39,102); }

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

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

 span { border-color: rgb(111,39,102); }

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