Html Css Color HEX #6E0A48 Tyrian Purple

📋 copy color: '#6E0A48'

red 110 ◦ green 10 ◦ blue 72

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

Shades of Tyrian Purple #6E0A48

Tints of Tyrian Purple #6E0A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.21%

 BLUE value IS 72 (28.52% from 255) = 37.5%

R = 57.29%
G = 5.21%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6E0A48 (or 0x6E0A48) is known color: Tyrian Purple. HEX triplet: 6E, 0A and 48. RGB value is (110,10,72). Sum of RGB (Red+Green+Blue) = 110+10+72=192 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.29% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0A48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0A48 is #91F5B7. Grayscale: #2E2E2E. Windows color (decimal): -9565624 or 4721262. OLE color: 4721262.

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

Color convert

RGB 110 10 72 -
CMYK 0 0.91 0.35 0.57
HSL 322.8º 0.83% 0.24% -
HSV(B) 322.8º 0.91% 0.43% -
XYZ 7.71 4 6.5 -
YUV 46.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 110 10 72 0 0.91 0.35 0.57 322.8 0.83 0.24
Hex 6E A 48 0 5B 23 39 143 53 18
Octal 156 12 110 0 133 43 71 503 123 30
Binary 1101110 1010 1001000 0 1011011 100011 111001 101000011 1010011 11000

Color Harmonies of #6E0A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0A48

Black with #6E0A48

Text Example


Text Example

White with #6E0A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,10,72); }

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

background-color css

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

 a { background-color: rgb(110,10,72); }

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

border-color css

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

 span { border-color: rgb(110,10,72); }

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