#6B0242

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

Shades of Tyrian Purple #6B0242

Tints of Tyrian Purple #6B0242

Color information

#6B0242 (or 0x6B0242) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 42. RGB value is (107,2,66). Sum of RGB (Red+Green+Blue) = 107+2+66=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0242 is #94FDBD. Grayscale: #282828. Windows color (decimal): -9764286 or 4325995. OLE color: 4325995.

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

Color convert

RGB107266-
CMYK00.980.380.58
HSL323.43º96.33%21.37%-
HSV(B)323.43º98.13%41.96%-
XYZ7.073.565.47-
YUV40.69142.29175.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 61.14%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=61.14%
G=1.14%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10726600.980.380.58323.4396.3321.37
Hex6B242062263A1436015
Octal15321020142467250314025
Binary110101110100001001100010100110111010101000011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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