#6b0a61

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

Shades of Palatinate Purple #6B0A61

Tints of Palatinate Purple #6B0A61

Color information

#6B0A61 (or 0x6B0A61) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 0A and 61. RGB value is (107,10,97). Sum of RGB (Red+Green+Blue) = 107+10+97=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0A61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0A61 is #94F59E. Grayscale: #303030. Windows color (decimal): -9762207 or 6359659. OLE color: 6359659.

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

Color convert

RGB1071097-
CMYK00.910.090.58
HSL306.19º82.91%22.94%-
HSV(B)306.19º90.65%41.96%-
XYZ8.334.2111.68-
YUV48.92155.14169.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 4.67%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=50%
G=4.67%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107109700.910.090.58306.1982.9122.94
Hex6BA6105B93A1325317
Octal153121410133117246212327
Binary110101110101100001010110111001111010100110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b0a61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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