#6B0250

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

Shades of Tyrian Purple #6B0250

Tints of Tyrian Purple #6B0250

Color information

#6B0250 (or 0x6B0250) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 50. RGB value is (107,2,80). Sum of RGB (Red+Green+Blue) = 107+2+80=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0250 is #94FDAF. Grayscale: #2A2A2A. Windows color (decimal): -9764272 or 5243499. OLE color: 5243499.

HSL color Cylindrical-coordinate representation of color #6B0250: hue angle of 315.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0250 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB107280-
CMYK00.980.250.58
HSL315.43º96.33%21.37%-
HSV(B)315.43º98.13%41.96%-
XYZ7.533.757.92-
YUV42.29149.29174.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.61%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=56.61%
G=1.06%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10728000.980.250.58315.4396.3321.37
Hex6B250062193A13b6015
Octal15321200142317247314025
Binary11010111010100000110001011001111010100111011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,2,80); }

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

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

 a { background-color: rgb(107,2,80); }

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

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

 span { border-color: rgb(107,2,80); }

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