#6F1A55

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

Shades of Palatinate Purple #6F1A55

Tints of Palatinate Purple #6F1A55

Color information

#6F1A55 (or 0x6F1A55) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 1A and 55. RGB value is (111,26,85). Sum of RGB (Red+Green+Blue) = 111+26+85=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1A55 is #90E5AA. Grayscale: #393939. Windows color (decimal): -9495979 or 5577327. OLE color: 5577327.

HSL color Cylindrical-coordinate representation of color #6F1A55: hue angle of 318.35º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A55 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1112685-
CMYK00.770.230.56
HSL318.35º62.04%26.86%-
HSV(B)318.35º76.58%43.53%-
XYZ8.564.779.06-
YUV58.14143.16165.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 11.71%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=50%
G=11.71%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111268500.770.230.56318.3562.0426.86
Hex6F1A5504D173813e3e1b
Octal15732125011527704767633
Binary1101111110101010101010011011011111100010011111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,26,85); }

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

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

 a { background-color: rgb(111,26,85); }

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

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

 span { border-color: rgb(111,26,85); }

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