Html Css Color HEX #6E014C Tyrian Purple

📋 copy color: '#6E014C'

red 110 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #6E014C

Tints of Tyrian Purple #6E014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 58.82%
G = 0.53%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6E014C (or 0x6E014C) is known color: Tyrian Purple. HEX triplet: 6E, 01 and 4C. RGB value is (110,1,76). Sum of RGB (Red+Green+Blue) = 110+1+76=187 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.82% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 110 - color contains mainly: red. Hex color #6E014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E014C is #91FEB3. Grayscale: #292929. Windows color (decimal): -9567924 or 4981102. OLE color: 4981102.

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

Color convert

RGB 110 1 76 -
CMYK 0 0.99 0.31 0.57
HSL 318.72º 0.98% 0.22% -
HSV(B) 318.72º 0.99% 0.43% -
XYZ 7.75 3.86 7.17 -
YUV 42.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 110 1 76 0 0.99 0.31 0.57 318.72 0.98 0.22
Hex 6E 1 4C 0 63 1F 39 13F 62 16
Octal 156 1 114 0 143 37 71 477 142 26
Binary 1101110 1 1001100 0 1100011 11111 111001 100111111 1100010 10110

Color Harmonies of #6E014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E014C

Black with #6E014C

Text Example


Text Example

White with #6E014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,1,76); }

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

background-color css

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

 a { background-color: rgb(110,1,76); }

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

border-color css

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

 span { border-color: rgb(110,1,76); }

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