#6F245B

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

Shades of Palatinate Purple #6F245B

Tints of Palatinate Purple #6F245B

Color information

#6F245B (or 0x6F245B) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 24 and 5B. RGB value is (111,36,91). Sum of RGB (Red+Green+Blue) = 111+36+91=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F245B is #90DBA4. Grayscale: #404040. Windows color (decimal): -9493413 or 5973103. OLE color: 5973103.

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

Color convert

RGB1113691-
CMYK00.680.180.56
HSL316º51.02%28.82%-
HSV(B)316º67.57%43.53%-
XYZ9.075.410.46-
YUV64.69142.85161.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.64%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=46.64%
G=15.13%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111369100.680.180.5631651.0228.82
Hex6F245B044123813c331d
Octal15744133010422704746335
Binary11011111001001011011010001001001011100010011110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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