#6F286A

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

Shades of Palatinate Purple #6F286A

Tints of Palatinate Purple #6F286A

Color information

#6F286A (or 0x6F286A) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 28 and 6A. RGB value is (111,40,106). Sum of RGB (Red+Green+Blue) = 111+40+106=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F286A is #90D795. Grayscale: #444444. Windows color (decimal): -9492374 or 6957167. OLE color: 6957167.

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

Color convert

RGB11140106-
CMYK00.640.050.56
HSL304.23º47.02%29.61%-
HSV(B)304.23º63.96%43.53%-
XYZ9.925.9414.26-
YUV68.75149.02158.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.19%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 106 (41.80% from 255) = 41.25%
R=43.19%
G=15.56%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114010600.640.050.56304.2347.0229.61
Hex6F286A0405381302f1e
Octal1575015201005704605736
Binary110111110100011010100100000010111100010011000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,40,106); }

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

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

 a { background-color: rgb(111,40,106); }

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

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

 span { border-color: rgb(111,40,106); }

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