#6B023B

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

Shades of Tyrian Purple #6B023B

Tints of Tyrian Purple #6B023B

Color information

#6B023B (or 0x6B023B) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 3B. RGB value is (107,2,59). Sum of RGB (Red+Green+Blue) = 107+2+59=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B023B is #94FDC4. Grayscale: #272727. Windows color (decimal): -9764293 or 3867243. OLE color: 3867243.

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

Color convert

RGB107259-
CMYK00.980.450.58
HSL327.43º96.33%21.37%-
HSV(B)327.43º98.13%41.96%-
XYZ6.873.484.45-
YUV39.89138.79175.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 63.69%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 59 (23.44% from 255) = 35.12%
R=63.69%
G=1.19%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10725900.980.450.58327.4396.3321.37
Hex6B23B0622D3A1476015
Octal1532730142557250714025
Binary11010111011101101100010101101111010101000111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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