#6F255B

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

Shades of Palatinate Purple #6F255B

Tints of Palatinate Purple #6F255B

Color information

#6F255B (or 0x6F255B) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 25 and 5B. RGB value is (111,37,91). Sum of RGB (Red+Green+Blue) = 111+37+91=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F255B is #90DAA4. Grayscale: #414141. Windows color (decimal): -9493157 or 5973359. OLE color: 5973359.

HSL color Cylindrical-coordinate representation of color #6F255B: hue angle of 316.22º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F255B is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1113791-
CMYK00.670.180.56
HSL316.22º50%29.02%-
HSV(B)316.22º66.67%43.53%-
XYZ9.115.4610.47-
YUV65.28142.52160.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=46.44%
G=15.48%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111379100.670.180.56316.225029.02
Hex6F255B043123813c321d
Octal15745133010322704746235
Binary11011111001011011011010000111001011100010011110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,37,91); }

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

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

 a { background-color: rgb(111,37,91); }

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

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

 span { border-color: rgb(111,37,91); }

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