#6F1F57

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

Shades of Palatinate Purple #6F1F57

Tints of Palatinate Purple #6F1F57

Color information

#6F1F57 (or 0x6F1F57) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 1F and 57. RGB value is (111,31,87). Sum of RGB (Red+Green+Blue) = 111+31+87=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1F57 is #90E0A8. Grayscale: #3D3D3D. Windows color (decimal): -9494697 or 5709679. OLE color: 5709679.

HSL color Cylindrical-coordinate representation of color #6F1F57: hue angle of 318º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F1F57 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1113187-
CMYK00.720.220.56
HSL318º56.34%27.84%-
HSV(B)318º72.07%43.53%-
XYZ8.775.059.53-
YUV61.3142.5163.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 31 (12.5% from 255) = 13.54%
BLUE value IS 87 (34.38% from 255) = 37.99%
R=48.47%
G=13.54%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111318700.720.220.5631856.3427.84
Hex6F1F57048163813e381c
Octal15737127011026704767034
Binary1101111111111010111010010001011011100010011111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,31,87); }

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

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

 a { background-color: rgb(111,31,87); }

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

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

 span { border-color: rgb(111,31,87); }

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