#6E025A

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

Shades of Tyrian Purple #6E025A

Tints of Tyrian Purple #6E025A

Color information

#6E025A (or 0x6E025A) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 02 and 5A. RGB value is (110,2,90). Sum of RGB (Red+Green+Blue) = 110+2+90=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E025A is #91FDA5. Grayscale: #2C2C2C. Windows color (decimal): -9567654 or 5898862. OLE color: 5898862.

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

Color convert

RGB110290-
CMYK00.980.180.57
HSL311.11º96.43%21.96%-
HSV(B)311.11º98.18%43.14%-
XYZ8.34.110.03-
YUV44.32153.78174.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 54.46%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=54.46%
G=0.99%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11029000.980.180.57311.1196.4321.96
Hex6E25A06212391376016
Octal15621320142227146714026
Binary11011101010110100110001010010111001100110111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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