#6f1662

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

Shades of Palatinate Purple #6F1662

Tints of Palatinate Purple #6F1662

Color information

#6F1662 (or 0x6F1662) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 16 and 62. RGB value is (111,22,98). Sum of RGB (Red+Green+Blue) = 111+22+98=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1662 is #90E99D. Grayscale: #393939. Windows color (decimal): -9496990 or 6428271. OLE color: 6428271.

HSL color Cylindrical-coordinate representation of color #6F1662: hue angle of 308.76º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1662 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1112298-
CMYK00.800.120.56
HSL308.76º66.92%26.08%-
HSV(B)308.76º80.18%43.53%-
XYZ9.054.8412.01-
YUV57.28150.99166.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=48.05%
G=9.52%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111229800.800.120.56308.7666.9226.08
Hex6F1662050C38135431a
Octal157261420120147046510332
Binary1101111101101100010010100001100111000100110101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f1662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,22,98); }

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

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

 a { background-color: rgb(111,22,98); }

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

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

 span { border-color: rgb(111,22,98); }

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