#6A002B

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

Shades of Tyrian Purple #6A002B

Tints of Tyrian Purple #6A002B

Color information

#6A002B (or 0x6A002B) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 00 and 2B. RGB value is (106,0,43). Sum of RGB (Red+Green+Blue) = 106+0+43=149 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.14% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 106 - color contains mainly: red. Hex color #6A002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A002B is #95FFD4. Grayscale: #242424. Windows color (decimal): -9830357 or 2818154. OLE color: 2818154.

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

Color convert

RGB106043-
CMYK010.590.58
HSL335.66º100%20.78%-
HSV(B)335.66º100%41.57%-
XYZ6.383.242.57-
YUV36.6131.62177.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 71.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=71.14%
G=0%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106043010.590.58335.6610020.78
Hex6A02B0643B3A1506415
Octal1520530144737252014425
Binary1101010010101101100100111011111010101010000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,0,43); }

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

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

 a { background-color: rgb(106,0,43); }

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

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

 span { border-color: rgb(106,0,43); }

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