#6E0258

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

Shades of Tyrian Purple #6E0258

Tints of Tyrian Purple #6E0258

Color information

#6E0258 (or 0x6E0258) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 02 and 58. RGB value is (110,2,88). Sum of RGB (Red+Green+Blue) = 110+2+88=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0258 is #91FDA7. Grayscale: #2B2B2B. Windows color (decimal): -9567656 or 5767790. OLE color: 5767790.

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

Color convert

RGB110288-
CMYK00.980.20.57
HSL312.22º96.43%21.96%-
HSV(B)312.22º98.18%43.14%-
XYZ8.214.069.58-
YUV44.1152.78175.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 88 (34.77% from 255) = 44%
R=55%
G=1%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.2
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11028800.980.20.57312.2296.4321.96
Hex6E25806214391386016
Octal15621300142247147014026
Binary11011101010110000110001010100111001100111000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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