#6B0D61

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

Shades of Palatinate Purple #6B0D61

Tints of Palatinate Purple #6B0D61

Color information

#6B0D61 (or 0x6B0D61) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 0D and 61. RGB value is (107,13,97). Sum of RGB (Red+Green+Blue) = 107+13+97=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0D61 is #94F29E. Grayscale: #323232. Windows color (decimal): -9761439 or 6360427. OLE color: 6360427.

HSL color Cylindrical-coordinate representation of color #6B0D61: hue angle of 306.38º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0D61 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB1071397-
CMYK00.880.090.58
HSL306.38º78.33%23.53%-
HSV(B)306.38º87.85%41.96%-
XYZ8.364.2811.69-
YUV50.68154.14168.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.31%
GREEN value IS 13 (5.47% from 255) = 5.99%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=49.31%
G=5.99%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107139700.880.090.58306.3878.3323.53
Hex6BD6105893A1324e18
Octal153151410130117246211630
Binary110101111011100001010110001001111010100110010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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