Html Css Color HEX #6D0345 Tyrian Purple

📋 copy color: '#6D0345'

red 109 ◦ green 3 ◦ blue 69

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

Shades of Tyrian Purple #6D0345

Tints of Tyrian Purple #6D0345

RGB

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

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

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

R = 60.22%
G = 1.66%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#6D0345 (or 0x6D0345) is known color: Tyrian Purple. HEX triplet: 6D, 03 and 45. RGB value is (109,3,69). Sum of RGB (Red+Green+Blue) = 109+3+69=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0345 is #92FCBA. Grayscale: #2A2A2A. Windows color (decimal): -9632955 or 4522861. OLE color: 4522861.

HSL color Cylindrical-coordinate representation of color #6D0345: hue angle of 322.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 #6D0345 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 3 69 -
CMYK 0 0.97 0.37 0.57
HSL 322.64º 0.95% 0.22% -
HSV(B) 322.64º 0.97% 0.43% -
XYZ 7.41 3.75 5.96 -
YUV 42.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 109 3 69 0 0.97 0.37 0.57 322.64 0.95 0.22
Hex 6D 3 45 0 61 25 39 143 5F 16
Octal 155 3 105 0 141 45 71 503 137 26
Binary 1101101 11 1000101 0 1100001 100101 111001 101000011 1011111 10110

Color Harmonies of #6D0345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0345

Black with #6D0345

Text Example


Text Example

White with #6D0345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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