Html Css Color HEX #6D0545 Tyrian Purple

📋 copy color: '#6D0545'

red 109 ◦ green 5 ◦ blue 69

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

Shades of Tyrian Purple #6D0545

Tints of Tyrian Purple #6D0545

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

 BLUE value IS 69 (27.34% from 255) = 37.7%

R = 59.56%
G = 2.73%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#6D0545 (or 0x6D0545) is known color: Tyrian Purple. HEX triplet: 6D, 05 and 45. RGB value is (109,5,69). Sum of RGB (Red+Green+Blue) = 109+5+69=183 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.56% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0545 is #92FABA. Grayscale: #2B2B2B. Windows color (decimal): -9632443 or 4523373. OLE color: 4523373.

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

Color convert

RGB 109 5 69 -
CMYK 0 0.95 0.37 0.57
HSL 323.08º 0.91% 0.22% -
HSV(B) 323.08º 0.95% 0.43% -
XYZ 7.44 3.79 5.97 -
YUV 43.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 109 5 69 0 0.95 0.37 0.57 323.08 0.91 0.22
Hex 6D 5 45 0 5F 25 39 143 5B 16
Octal 155 5 105 0 137 45 71 503 133 26
Binary 1101101 101 1000101 0 1011111 100101 111001 101000011 1011011 10110

Color Harmonies of #6D0545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0545

Black with #6D0545

Text Example


Text Example

White with #6D0545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,5,69); }

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

background-color css

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

 a { background-color: rgb(109,5,69); }

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

border-color css

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

 span { border-color: rgb(109,5,69); }

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