Html Css Color HEX #6D0033 Tyrian Purple

📋 copy color: '#6D0033'

red 109 ◦ green 0 ◦ blue 51

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

Shades of Tyrian Purple #6D0033

Tints of Tyrian Purple #6D0033

RGB

 RED value IS 109 (42.97% from 255) = 68.13%

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

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

R = 68.13%
G = 0%
B = 31.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#6D0033 (or 0x6D0033) is known color: Tyrian Purple. HEX triplet: 6D, 00 and 33. RGB value is (109,0,51). Sum of RGB (Red+Green+Blue) = 109+0+51=160 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.12% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0033 is #92FFCC. Grayscale: #262626. Windows color (decimal): -9633741 or 3342445. OLE color: 3342445.

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

Color convert

RGB 109 0 51 -
CMYK 0 1 0.53 0.57
HSL 331.93º 1% 0.21% -
HSV(B) 331.93º 1% 0.43% -
XYZ 6.9 3.49 3.44 -
YUV 38.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 109 0 51 0 1 0.53 0.57 331.93 1 0.21
Hex 6D 0 33 0 64 35 39 14C 64 15
Octal 155 0 63 0 144 65 71 514 144 25
Binary 1101101 0 110011 0 1100100 110101 111001 101001100 1100100 10101

Color Harmonies of #6D0033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0033

Black with #6D0033

Text Example


Text Example

White with #6D0033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,0,51); }

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

background-color css

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

 a { background-color: rgb(109,0,51); }

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

border-color css

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

 span { border-color: rgb(109,0,51); }

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