#6F276C

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

Shades of Palatinate Purple #6F276C

Tints of Palatinate Purple #6F276C

Color information

#6F276C (or 0x6F276C) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 27 and 6C. RGB value is (111,39,108). Sum of RGB (Red+Green+Blue) = 111+39+108=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F276C is #90D893. Grayscale: #444444. Windows color (decimal): -9492628 or 7087983. OLE color: 7087983.

HSL color Cylindrical-coordinate representation of color #6F276C: hue angle of 302.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 #6F276C is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11139108-
CMYK00.650.030.56
HSL302.5º48%29.41%-
HSV(B)302.5º64.86%43.53%-
XYZ9.995.9114.8-
YUV68.39150.35158.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.02%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=43.02%
G=15.12%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113910800.650.030.56302.54829.41
Hex6F276C04133812e301d
Octal1574715401013704566035
Binary11011111001111101100010000011111100010010111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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