#6B033E

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

Shades of Tyrian Purple #6B033E

Tints of Tyrian Purple #6B033E

Color information

#6B033E (or 0x6B033E) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 03 and 3E. RGB value is (107,3,62). Sum of RGB (Red+Green+Blue) = 107+3+62=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B033E is #94FCC1. Grayscale: #282828. Windows color (decimal): -9764034 or 4064107. OLE color: 4064107.

HSL color Cylindrical-coordinate representation of color #6B033E: hue angle of 325.96º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B033E is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB107362-
CMYK00.970.420.58
HSL325.96º94.55%21.57%-
HSV(B)325.96º97.2%41.96%-
XYZ6.973.544.87-
YUV40.82139.96175.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 62.21%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=62.21%
G=1.74%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10736200.970.420.58325.9694.5521.57
Hex6B33E0612A3A1465f16
Octal1533760141527250613726
Binary11010111111111001100001101010111010101000110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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