#6B023E

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

Shades of Tyrian Purple #6B023E

Tints of Tyrian Purple #6B023E

Color information

#6B023E (or 0x6B023E) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 3E. RGB value is (107,2,62). Sum of RGB (Red+Green+Blue) = 107+2+62=171 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.57% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 107 - color contains mainly: red. Hex color #6B023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B023E is #94FDC1. Grayscale: #282828. Windows color (decimal): -9764290 or 4063851. OLE color: 4063851.

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

Color convert

RGB107262-
CMYK00.980.420.58
HSL325.71º96.33%21.37%-
HSV(B)325.71º98.13%41.96%-
XYZ6.953.524.87-
YUV40.24140.29175.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 62.57%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=62.57%
G=1.17%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10726200.980.420.58325.7196.3321.37
Hex6B23E0622A3A1466015
Octal1532760142527250614025
Binary11010111011111001100010101010111010101000110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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