#6B0A5B

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

Shades of Palatinate Purple #6B0A5B

Tints of Palatinate Purple #6B0A5B

Color information

#6B0A5B (or 0x6B0A5B) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 0A and 5B. RGB value is (107,10,91). Sum of RGB (Red+Green+Blue) = 107+10+91=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0A5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0A5B is #94F5A4. Grayscale: #303030. Windows color (decimal): -9762213 or 5966443. OLE color: 5966443.

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

Color convert

RGB1071091-
CMYK00.910.150.58
HSL309.9º82.91%22.94%-
HSV(B)309.9º90.65%41.96%-
XYZ8.064.110.26-
YUV48.24152.14169.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.44%
GREEN value IS 10 (4.30% from 255) = 4.81%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=51.44%
G=4.81%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107109100.910.150.58309.982.9122.94
Hex6BA5B05BF3A1365317
Octal153121330133177246612327
Binary110101110101011011010110111111111010100110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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