#6B1361

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

Shades of Palatinate Purple #6B1361

Tints of Palatinate Purple #6B1361

Color information

#6B1361 (or 0x6B1361) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 13 and 61. RGB value is (107,19,97). Sum of RGB (Red+Green+Blue) = 107+19+97=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1361 is #94EC9E. Grayscale: #353535. Windows color (decimal): -9759903 or 6361963. OLE color: 6361963.

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

Color convert

RGB1071997-
CMYK00.820.090.58
HSL306.82º69.84%24.71%-
HSV(B)306.82º82.24%41.96%-
XYZ8.454.4511.72-
YUV54.2152.15165.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=47.98%
G=8.52%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107199700.820.090.58306.8269.8424.71
Hex6B136105293A1334619
Octal153231410122117246310631
Binary1101011100111100001010100101001111010100110011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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