#6F2262

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

Shades of Palatinate Purple #6F2262

Tints of Palatinate Purple #6F2262

Color information

#6F2262 (or 0x6F2262) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 22 and 62. RGB value is (111,34,98). Sum of RGB (Red+Green+Blue) = 111+34+98=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2262 is #90DD9D. Grayscale: #404040. Windows color (decimal): -9493918 or 6431343. OLE color: 6431343.

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

Color convert

RGB1113498-
CMYK00.690.120.56
HSL310.13º53.1%28.43%-
HSV(B)310.13º69.37%43.53%-
XYZ9.335.4112.11-
YUV64.32147.01161.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.68%
GREEN value IS 34 (13.67% from 255) = 13.99%
BLUE value IS 98 (38.67% from 255) = 40.33%
R=45.68%
G=13.99%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111349800.690.120.56310.1353.128.43
Hex6F2262045C38136351c
Octal15742142010514704666534
Binary1101111100010110001001000101110011100010011011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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