#6F4263

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

Shades of Palatinate Purple #6F4263

Tints of Palatinate Purple #6F4263

Color information

#6F4263 (or 0x6F4263) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 42 and 63. RGB value is (111,66,99). Sum of RGB (Red+Green+Blue) = 111+66+99=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4263 is #90BD9C. Grayscale: #535353. Windows color (decimal): -9485725 or 6505071. OLE color: 6505071.

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

Color convert

RGB1116699-
CMYK00.410.110.56
HSL316º25.42%34.71%-
HSV(B)316º40.54%43.53%-
XYZ10.768.1812.82-
YUV83.22136.91147.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.22%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=40.22%
G=23.91%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111669900.410.110.5631625.4234.71
Hex6F4263029B3813c1923
Octal15710214305113704743143
Binary1101111100001011000110101001101111100010011110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,66,99); }

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

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

 a { background-color: rgb(111,66,99); }

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

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

 span { border-color: rgb(111,66,99); }

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