Html Css Color HEX #6E0D55 Tyrian Purple

📋 copy color: '#6E0D55'

red 110 ◦ green 13 ◦ blue 85

#6E0D55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #6E0D55

Tints of Tyrian Purple #6E0D55

RGB

 RED value IS 110 (43.36% from 255) = 52.88%

 GREEN value IS 13 (5.47% from 255) = 6.25%

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 52.88%
G = 6.25%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.57

RGB Variations

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

Color information

#6E0D55 (or 0x6E0D55) is known color: Tyrian Purple. HEX triplet: 6E, 0D and 55. RGB value is (110,13,85). Sum of RGB (Red+Green+Blue) = 110+13+85=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0D55 is #91F2AA. Grayscale: #323232. Windows color (decimal): -9564843 or 5573998. OLE color: 5573998.

HSL color Cylindrical-coordinate representation of color #6E0D55: hue angle of 315.46º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E0D55 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 13 85 -
CMYK 0 0.88 0.23 0.57
HSL 315.46º 0.79% 0.24% -
HSV(B) 315.46º 0.88% 0.43% -
XYZ 8.21 4.26 8.98 -
YUV 50.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 110 13 85 0 0.88 0.23 0.57 315.46 0.79 0.24
Hex 6E D 55 0 58 17 39 13B 4F 18
Octal 156 15 125 0 130 27 71 473 117 30
Binary 1101110 1101 1010101 0 1011000 10111 111001 100111011 1001111 11000

Color Harmonies of #6E0D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0D55

Black with #6E0D55

Text Example


Text Example

White with #6E0D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,13,85); }

 H1.HeaderClassName
 {
   color: #6E0D55;
 }
 .AnyTagClassName
 {
   color: #6E0D55;
 }
</style>

background-color css

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

 a { background-color: rgb(110,13,85); }

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

border-color css

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

 span { border-color: rgb(110,13,85); }

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