#6F1767

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

Shades of Palatinate Purple #6F1767

Tints of Palatinate Purple #6F1767

Color information

#6F1767 (or 0x6F1767) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 17 and 67. RGB value is (111,23,103). Sum of RGB (Red+Green+Blue) = 111+23+103=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1767 is #90E898. Grayscale: #3A3A3A. Windows color (decimal): -9496729 or 6756207. OLE color: 6756207.

HSL color Cylindrical-coordinate representation of color #6F1767: hue angle of 305.45º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1767 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11123103-
CMYK00.790.070.56
HSL305.45º65.67%26.27%-
HSV(B)305.45º79.28%43.53%-
XYZ9.314.9713.3-
YUV58.43153.15165.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 23 (9.38% from 255) = 9.70%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=46.84%
G=9.70%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112310300.790.070.56305.4565.6726.27
Hex6F176704F738131421a
Octal15727147011777046110232
Binary110111110111110011101001111111111000100110001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,23,103); }

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

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

 a { background-color: rgb(111,23,103); }

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

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

 span { border-color: rgb(111,23,103); }

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