#6B1363

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

Shades of Palatinate Purple #6B1363

Tints of Palatinate Purple #6B1363

Color information

#6B1363 (or 0x6B1363) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 13 and 63. RGB value is (107,19,99). Sum of RGB (Red+Green+Blue) = 107+19+99=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1363 is #94EC9C. Grayscale: #363636. Windows color (decimal): -9759901 or 6493035. OLE color: 6493035.

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

Color convert

RGB1071999-
CMYK00.820.070.58
HSL305.45º69.84%24.71%-
HSV(B)305.45º82.24%41.96%-
XYZ8.554.4912.22-
YUV54.43153.15165.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.56%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 99 (39.06% from 255) = 44%
R=47.56%
G=8.44%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107199900.820.070.58305.4569.8424.71
Hex6B136305273A1314619
Octal15323143012277246110631
Binary110101110011110001101010010111111010100110001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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