#6B023C

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

Shades of Tyrian Purple #6B023C

Tints of Tyrian Purple #6B023C

Color information

#6B023C (or 0x6B023C) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 3C. RGB value is (107,2,60). Sum of RGB (Red+Green+Blue) = 107+2+60=169 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.31% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 107 - color contains mainly: red. Hex color #6B023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B023C is #94FDC3. Grayscale: #272727. Windows color (decimal): -9764292 or 3932779. OLE color: 3932779.

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

Color convert

RGB107260-
CMYK00.980.440.58
HSL326.86º96.33%21.37%-
HSV(B)326.86º98.13%41.96%-
XYZ6.93.54.59-
YUV40.01139.29175.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 63.31%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 60 (23.83% from 255) = 35.50%
R=63.31%
G=1.18%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10726000.980.440.58326.8696.3321.37
Hex6B23C0622C3A1476015
Octal1532740142547250714025
Binary11010111011110001100010101100111010101000111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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