Html Css Color HEX #6D0354 Tyrian Purple

📋 copy color: '#6D0354'

red 109 ◦ green 3 ◦ blue 84

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

Shades of Tyrian Purple #6D0354

Tints of Tyrian Purple #6D0354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.86%

R = 55.61%
G = 1.53%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.57

RGB Variations

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

Color information

#6D0354 (or 0x6D0354) is known color: Tyrian Purple. HEX triplet: 6D, 03 and 54. RGB value is (109,3,84). Sum of RGB (Red+Green+Blue) = 109+3+84=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0354 is #92FCAB. Grayscale: #2B2B2B. Windows color (decimal): -9632940 or 5505901. OLE color: 5505901.

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

Color convert

RGB 109 3 84 -
CMYK 0 0.97 0.23 0.57
HSL 314.15º 0.95% 0.22% -
HSV(B) 314.15º 0.97% 0.43% -
XYZ 7.94 3.96 8.73 -
YUV 43.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 109 3 84 0 0.97 0.23 0.57 314.15 0.95 0.22
Hex 6D 3 54 0 61 17 39 13A 5F 16
Octal 155 3 124 0 141 27 71 472 137 26
Binary 1101101 11 1010100 0 1100001 10111 111001 100111010 1011111 10110

Color Harmonies of #6D0354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0354

Black with #6D0354

Text Example


Text Example

White with #6D0354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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