Html Css Color HEX #6E064A Tyrian Purple

📋 copy color: '#6E064A'

red 110 ◦ green 6 ◦ blue 74

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

Shades of Tyrian Purple #6E064A

Tints of Tyrian Purple #6E064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

 BLUE value IS 74 (29.3% from 255) = 38.95%

R = 57.89%
G = 3.16%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E064A (or 0x6E064A) is known color: Tyrian Purple. HEX triplet: 6E, 06 and 4A. RGB value is (110,6,74). Sum of RGB (Red+Green+Blue) = 110+6+74=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E064A is #91F9B5. Grayscale: #2C2C2C. Windows color (decimal): -9566646 or 4851310. OLE color: 4851310.

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

Color convert

RGB 110 6 74 -
CMYK 0 0.95 0.33 0.57
HSL 320.77º 0.9% 0.23% -
HSV(B) 320.77º 0.95% 0.43% -
XYZ 7.73 3.94 6.83 -
YUV 44.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 110 6 74 0 0.95 0.33 0.57 320.77 0.9 0.23
Hex 6E 6 4A 0 5F 21 39 141 5A 17
Octal 156 6 112 0 137 41 71 501 132 27
Binary 1101110 110 1001010 0 1011111 100001 111001 101000001 1011010 10111

Color Harmonies of #6E064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E064A

Black with #6E064A

Text Example


Text Example

White with #6E064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,6,74); }

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

background-color css

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

 a { background-color: rgb(110,6,74); }

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

border-color css

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

 span { border-color: rgb(110,6,74); }

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