#6F245A

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

Shades of Palatinate Purple #6F245A

Tints of Palatinate Purple #6F245A

Color information

#6F245A (or 0x6F245A) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 24 and 5A. RGB value is (111,36,90). Sum of RGB (Red+Green+Blue) = 111+36+90=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F245A is #90DBA5. Grayscale: #404040. Windows color (decimal): -9493414 or 5907567. OLE color: 5907567.

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

Color convert

RGB1113690-
CMYK00.680.190.56
HSL316.8º51.02%28.82%-
HSV(B)316.8º67.57%43.53%-
XYZ9.035.3810.24-
YUV64.58142.35161.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=46.84%
G=15.19%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111369000.680.190.56316.851.0228.82
Hex6F245A044133813d331d
Octal15744132010423704756335
Binary11011111001001011010010001001001111100010011110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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