#6B0238

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

Shades of Tyrian Purple #6B0238

Tints of Tyrian Purple #6B0238

Color information

#6B0238 (or 0x6B0238) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 38. RGB value is (107,2,56). Sum of RGB (Red+Green+Blue) = 107+2+56=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0238 is #94FDC7. Grayscale: #272727. Windows color (decimal): -9764296 or 3670635. OLE color: 3670635.

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

Color convert

RGB107256-
CMYK00.980.480.58
HSL329.14º96.33%21.37%-
HSV(B)329.14º98.13%41.96%-
XYZ6.83.454.05-
YUV39.55137.29176.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.85%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=64.85%
G=1.21%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10725600.980.480.58329.1496.3321.37
Hex6B238062303A1496015
Octal1532700142607251114025
Binary11010111011100001100010110000111010101001001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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