#6F255E

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

Shades of Palatinate Purple #6F255E

Tints of Palatinate Purple #6F255E

Color information

#6F255E (or 0x6F255E) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 25 and 5E. RGB value is (111,37,94). Sum of RGB (Red+Green+Blue) = 111+37+94=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F255E is #90DAA1. Grayscale: #414141. Windows color (decimal): -9493154 or 6169967. OLE color: 6169967.

HSL color Cylindrical-coordinate representation of color #6F255E: hue angle of 313.78º 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 #6F255E is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1113794-
CMYK00.670.150.56
HSL313.78º50%29.02%-
HSV(B)313.78º66.67%43.53%-
XYZ9.245.5111.17-
YUV65.62144.02160.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.87%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=45.87%
G=15.29%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111379400.670.150.56313.785029.02
Hex6F255E043F3813a321d
Octal15745136010317704726235
Binary1101111100101101111001000011111111100010011101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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