Html Css Color HEX #6E0D35 Tyrian Purple

📋 copy color: '#6E0D35'

red 110 ◦ green 13 ◦ blue 53

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

Shades of Tyrian Purple #6E0D35

Tints of Tyrian Purple #6E0D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.11%

R = 62.5%
G = 7.39%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6E0D35 (or 0x6E0D35) is known color: Tyrian Purple. HEX triplet: 6E, 0D and 35. RGB value is (110,13,53). Sum of RGB (Red+Green+Blue) = 110+13+53=176 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.5% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0D35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0D35 is #91F2CA. Grayscale: #2E2E2E. Windows color (decimal): -9564875 or 3476846. OLE color: 3476846.

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

Color convert

RGB 110 13 53 -
CMYK 0 0.88 0.52 0.57
HSL 335.26º 0.79% 0.24% -
HSV(B) 335.26º 0.88% 0.43% -
XYZ 7.22 3.86 3.73 -
YUV 46.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 110 13 53 0 0.88 0.52 0.57 335.26 0.79 0.24
Hex 6E D 35 0 58 34 39 14F 4F 18
Octal 156 15 65 0 130 64 71 517 117 30
Binary 1101110 1101 110101 0 1011000 110100 111001 101001111 1001111 11000

Color Harmonies of #6E0D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0D35

Black with #6E0D35

Text Example


Text Example

White with #6E0D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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