Html Css Color HEX #6E0332 Tyrian Purple

📋 copy color: '#6E0332'

red 110 ◦ green 3 ◦ blue 50

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

Shades of Tyrian Purple #6E0332

Tints of Tyrian Purple #6E0332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.84%

 BLUE value IS 50 (19.92% from 255) = 30.67%

R = 67.48%
G = 1.84%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6E0332 (or 0x6E0332) is known color: Tyrian Purple. HEX triplet: 6E, 03 and 32. RGB value is (110,3,50). Sum of RGB (Red+Green+Blue) = 110+3+50=163 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.48% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0332 is #91FCCD. Grayscale: #282828. Windows color (decimal): -9567438 or 3277678. OLE color: 3277678.

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

Color convert

RGB 110 3 50 -
CMYK 0 0.97 0.55 0.57
HSL 333.64º 0.95% 0.22% -
HSV(B) 333.64º 0.97% 0.43% -
XYZ 7.04 3.61 3.34 -
YUV 40.35 133.45 177.68 -
System Red Green Blue C M Y K H S L
Decimal 110 3 50 0 0.97 0.55 0.57 333.64 0.95 0.22
Hex 6E 3 32 0 61 37 39 14E 5F 16
Octal 156 3 62 0 141 67 71 516 137 26
Binary 1101110 11 110010 0 1100001 110111 111001 101001110 1011111 10110

Color Harmonies of #6E0332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0332

Black with #6E0332

Text Example


Text Example

White with #6E0332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,3,50); }

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

background-color css

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

 a { background-color: rgb(110,3,50); }

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

border-color css

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

 span { border-color: rgb(110,3,50); }

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