#6B1368

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

Shades of Palatinate Purple #6B1368

Tints of Palatinate Purple #6B1368

Color information

#6B1368 (or 0x6B1368) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 13 and 68. RGB value is (107,19,104). Sum of RGB (Red+Green+Blue) = 107+19+104=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1368 is #94EC97. Grayscale: #363636. Windows color (decimal): -9759896 or 6820715. OLE color: 6820715.

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

Color convert

RGB10719104-
CMYK00.820.030.58
HSL302.05º69.84%24.71%-
HSV(B)302.05º82.24%41.96%-
XYZ8.794.5913.52-
YUV55155.65165.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.52%
GREEN value IS 19 (7.81% from 255) = 8.26%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=46.52%
G=8.26%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071910400.820.030.58302.0569.8424.71
Hex6B136805233A12e4619
Octal15323150012237245610631
Binary11010111001111010000101001011111010100101110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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