Html Css Color HEX #6E0133 Tyrian Purple

📋 copy color: '#6E0133'

red 110 ◦ green 1 ◦ blue 51

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

Shades of Tyrian Purple #6E0133

Tints of Tyrian Purple #6E0133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.48%

R = 67.9%
G = 0.62%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.57

RGB Variations

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

Color information

#6E0133 (or 0x6E0133) is known color: Tyrian Purple. HEX triplet: 6E, 01 and 33. RGB value is (110,1,51). Sum of RGB (Red+Green+Blue) = 110+1+51=162 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.90% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0133 is #91FECC. Grayscale: #272727. Windows color (decimal): -9567949 or 3342702. OLE color: 3342702.

HSL color Cylindrical-coordinate representation of color #6E0133: hue angle of 332.48º 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 #6E0133 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 1 51 -
CMYK 0 0.99 0.54 0.57
HSL 332.48º 0.98% 0.22% -
HSV(B) 332.48º 0.99% 0.43% -
XYZ 7.04 3.58 3.45 -
YUV 39.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 110 1 51 0 0.99 0.54 0.57 332.48 0.98 0.22
Hex 6E 1 33 0 63 36 39 14C 62 16
Octal 156 1 63 0 143 66 71 514 142 26
Binary 1101110 1 110011 0 1100011 110110 111001 101001100 1100010 10110

Color Harmonies of #6E0133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0133

Black with #6E0133

Text Example


Text Example

White with #6E0133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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