#6B1665

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

Shades of Palatinate Purple #6B1665

Tints of Palatinate Purple #6B1665

Color information

#6B1665 (or 0x6B1665) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 16 and 65. RGB value is (107,22,101). Sum of RGB (Red+Green+Blue) = 107+22+101=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1665 is #94E99A. Grayscale: #383838. Windows color (decimal): -9759131 or 6624875. OLE color: 6624875.

HSL color Cylindrical-coordinate representation of color #6B1665: hue angle of 304.24º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1665 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB10722101-
CMYK00.790.060.58
HSL304.24º65.89%25.29%-
HSV(B)304.24º79.44%41.96%-
XYZ8.74.6412.75-
YUV56.42153.16164.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.52%
GREEN value IS 22 (8.98% from 255) = 9.57%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=46.52%
G=9.57%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1072210100.790.060.58304.2465.8925.29
Hex6B166504F63A1304219
Octal15326145011767246010231
Binary110101110110110010101001111110111010100110000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,22,101); }

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

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

 a { background-color: rgb(107,22,101); }

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

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

 span { border-color: rgb(107,22,101); }

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