#6E0135

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

Shades of Tyrian Purple #6E0135

Tints of Tyrian Purple #6E0135

Color information

#6E0135 (or 0x6E0135) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 01 and 35. RGB value is (110,1,53). Sum of RGB (Red+Green+Blue) = 110+1+53=164 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.07% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0135 is #91FECA. Grayscale: #272727. Windows color (decimal): -9567947 or 3473774. OLE color: 3473774.

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

Color convert

RGB110153-
CMYK00.990.520.57
HSL331.38º98.2%21.76%-
HSV(B)331.38º99.09%43.14%-
XYZ7.083.593.69-
YUV39.52135.61178.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 67.07%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=67.07%
G=0.61%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11015300.990.520.57331.3898.221.76
Hex6E135063343914b6216
Octal1561650143647151314226
Binary1101110111010101100011110100111001101001011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,1,53); }

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

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

 a { background-color: rgb(110,1,53); }

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

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

 span { border-color: rgb(110,1,53); }

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