#6B1768

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

Shades of Palatinate Purple #6B1768

Tints of Palatinate Purple #6B1768

Color information

#6B1768 (or 0x6B1768) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 17 and 68. RGB value is (107,23,104). Sum of RGB (Red+Green+Blue) = 107+23+104=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1768 is #94E897. Grayscale: #393939. Windows color (decimal): -9758872 or 6821739. OLE color: 6821739.

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

Color convert

RGB10723104-
CMYK00.790.030.58
HSL302.14º64.62%25.49%-
HSV(B)302.14º78.5%41.96%-
XYZ8.874.7413.54-
YUV57.35154.33163.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.73%
GREEN value IS 23 (9.38% from 255) = 9.83%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=45.73%
G=9.83%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1072310400.790.030.58302.1464.6225.49
Hex6B176804F33A12e4119
Octal15327150011737245610131
Binary11010111011111010000100111111111010100101110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,23,104); }

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

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

 a { background-color: rgb(107,23,104); }

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

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

 span { border-color: rgb(107,23,104); }

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