Html Css Color HEX #6E0056 Tyrian Purple

📋 copy color: '#6E0056'

red 110 ◦ green 0 ◦ blue 86

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

Shades of Tyrian Purple #6E0056

Tints of Tyrian Purple #6E0056

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 86 (33.98% from 255) = 43.88%

R = 56.12%
G = 0%
B = 43.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#6E0056 (or 0x6E0056) is known color: Tyrian Purple. HEX triplet: 6E, 00 and 56. RGB value is (110,0,86). Sum of RGB (Red+Green+Blue) = 110+0+86=196 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.12% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0056 is #91FFA9. Grayscale: #2A2A2A. Windows color (decimal): -9568170 or 5636206. OLE color: 5636206.

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

Color convert

RGB 110 0 86 -
CMYK 0 1 0.22 0.57
HSL 313.09º 1% 0.22% -
HSV(B) 313.09º 1% 0.43% -
XYZ 8.11 3.99 9.15 -
YUV 42.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 110 0 86 0 1 0.22 0.57 313.09 1 0.22
Hex 6E 0 56 0 64 16 39 139 64 16
Octal 156 0 126 0 144 26 71 471 144 26
Binary 1101110 0 1010110 0 1100100 10110 111001 100111001 1100100 10110

Color Harmonies of #6E0056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0056

Black with #6E0056

Text Example


Text Example

White with #6E0056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,0,86); }

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

background-color css

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

 a { background-color: rgb(110,0,86); }

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

border-color css

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

 span { border-color: rgb(110,0,86); }

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