#6E035A

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

Shades of Tyrian Purple #6E035A

Tints of Tyrian Purple #6E035A

Color information

#6E035A (or 0x6E035A) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 03 and 5A. RGB value is (110,3,90). Sum of RGB (Red+Green+Blue) = 110+3+90=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E035A is #91FCA5. Grayscale: #2C2C2C. Windows color (decimal): -9567398 or 5899118. OLE color: 5899118.

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

Color convert

RGB110390-
CMYK00.970.180.57
HSL311.21º94.69%22.16%-
HSV(B)311.21º97.27%43.14%-
XYZ8.314.1210.03-
YUV44.91153.45174.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 54.19%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=54.19%
G=1.48%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11039000.970.180.57311.2194.6922.16
Hex6E35A06112391375f16
Octal15631320141227146713726
Binary11011101110110100110000110010111001100110111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,3,90); }

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

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

 a { background-color: rgb(110,3,90); }

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

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

 span { border-color: rgb(110,3,90); }

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