#6F2558

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

Shades of Palatinate Purple #6F2558

Tints of Palatinate Purple #6F2558

Color information

#6F2558 (or 0x6F2558) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 25 and 58. RGB value is (111,37,88). Sum of RGB (Red+Green+Blue) = 111+37+88=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2558 is #90DAA7. Grayscale: #404040. Windows color (decimal): -9493160 or 5776751. OLE color: 5776751.

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

Color convert

RGB1113788-
CMYK00.670.210.56
HSL318.65º50%29.02%-
HSV(B)318.65º66.67%43.53%-
XYZ8.985.419.8-
YUV64.94141.02160.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.03%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 88 (34.77% from 255) = 37.29%
R=47.03%
G=15.68%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111378800.670.210.56318.655029.02
Hex6F2558043153813f321d
Octal15745130010325704776235
Binary11011111001011011000010000111010111100010011111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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