#6B0253

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

Shades of Tyrian Purple #6B0253

Tints of Tyrian Purple #6B0253

Color information

#6B0253 (or 0x6B0253) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 53. RGB value is (107,2,83). Sum of RGB (Red+Green+Blue) = 107+2+83=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0253 is #94FDAC. Grayscale: #2A2A2A. Windows color (decimal): -9764269 or 5440107. OLE color: 5440107.

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

Color convert

RGB107283-
CMYK00.980.220.58
HSL313.71º96.33%21.37%-
HSV(B)313.71º98.13%41.96%-
XYZ7.653.798.51-
YUV42.63150.79173.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.73%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 83 (32.81% from 255) = 43.23%
R=55.73%
G=1.04%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10728300.980.220.58313.7196.3321.37
Hex6B253062163A13a6015
Octal15321230142267247214025
Binary11010111010100110110001010110111010100111010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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