#6F1262

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

Shades of Palatinate Purple #6F1262

Tints of Palatinate Purple #6F1262

Color information

#6F1262 (or 0x6F1262) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 12 and 62. RGB value is (111,18,98). Sum of RGB (Red+Green+Blue) = 111+18+98=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1262 is #90ED9D. Grayscale: #363636. Windows color (decimal): -9498014 or 6427247. OLE color: 6427247.

HSL color Cylindrical-coordinate representation of color #6F1262: hue angle of 308.39º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1262 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1111898-
CMYK00.840.120.56
HSL308.39º72.09%25.29%-
HSV(B)308.39º83.78%43.53%-
XYZ8.984.6911.99-
YUV54.93152.31168-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.90%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=48.90%
G=7.93%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111189800.840.120.56308.3972.0925.29
Hex6F1262054C381344819
Octal157221420124147046411031
Binary1101111100101100010010101001100111000100110100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,18,98); }

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

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

 a { background-color: rgb(111,18,98); }

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

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

 span { border-color: rgb(111,18,98); }

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