#6B0D5B

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

Shades of Palatinate Purple #6B0D5B

Tints of Palatinate Purple #6B0D5B

Color information

#6B0D5B (or 0x6B0D5B) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 0D and 5B. RGB value is (107,13,91). Sum of RGB (Red+Green+Blue) = 107+13+91=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0D5B is #94F2A4. Grayscale: #313131. Windows color (decimal): -9761445 or 5967211. OLE color: 5967211.

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

Color convert

RGB1071391-
CMYK00.880.150.58
HSL310.21º78.33%23.53%-
HSV(B)310.21º87.85%41.96%-
XYZ8.14.1710.28-
YUV50151.14168.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.71%
GREEN value IS 13 (5.47% from 255) = 6.16%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=50.71%
G=6.16%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107139100.880.150.58310.2178.3323.53
Hex6BD5B058F3A1364e18
Octal153151330130177246611630
Binary110101111011011011010110001111111010100110110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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