#6B165E

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

Shades of Palatinate Purple #6B165E

Tints of Palatinate Purple #6B165E

Color information

#6B165E (or 0x6B165E) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 16 and 5E. RGB value is (107,22,94). Sum of RGB (Red+Green+Blue) = 107+22+94=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B165E is #94E9A1. Grayscale: #373737. Windows color (decimal): -9759138 or 6166123. OLE color: 6166123.

HSL color Cylindrical-coordinate representation of color #6B165E: hue angle of 309.18º 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 #6B165E is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1072294-
CMYK00.790.120.58
HSL309.18º65.89%25.29%-
HSV(B)309.18º79.44%41.96%-
XYZ8.374.5111.02-
YUV55.62149.66164.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=47.98%
G=9.87%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107229400.790.120.58309.1865.8925.29
Hex6B165E04FC3A1354219
Octal153261360117147246510231
Binary1101011101101011110010011111100111010100110101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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