Html Css Color HEX #6E0434 Tyrian Purple

📋 copy color: '#6E0434'

red 110 ◦ green 4 ◦ blue 52

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

Shades of Tyrian Purple #6E0434

Tints of Tyrian Purple #6E0434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.41%

 BLUE value IS 52 (20.7% from 255) = 31.33%

R = 66.27%
G = 2.41%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#6E0434 (or 0x6E0434) is known color: Tyrian Purple. HEX triplet: 6E, 04 and 34. RGB value is (110,4,52). Sum of RGB (Red+Green+Blue) = 110+4+52=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0434 is #91FBCB. Grayscale: #292929. Windows color (decimal): -9567180 or 3409006. OLE color: 3409006.

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

Color convert

RGB 110 4 52 -
CMYK 0 0.96 0.53 0.57
HSL 332.83º 0.93% 0.22% -
HSV(B) 332.83º 0.96% 0.43% -
XYZ 7.09 3.65 3.58 -
YUV 41.17 134.12 177.1 -
System Red Green Blue C M Y K H S L
Decimal 110 4 52 0 0.96 0.53 0.57 332.83 0.93 0.22
Hex 6E 4 34 0 60 35 39 14D 5D 16
Octal 156 4 64 0 140 65 71 515 135 26
Binary 1101110 100 110100 0 1100000 110101 111001 101001101 1011101 10110

Color Harmonies of #6E0434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0434

Black with #6E0434

Text Example


Text Example

White with #6E0434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,4,52); }

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

background-color css

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

 a { background-color: rgb(110,4,52); }

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

border-color css

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

 span { border-color: rgb(110,4,52); }

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