Html Css Color HEX #6D0350 Tyrian Purple

📋 copy color: '#6D0350'

red 109 ◦ green 3 ◦ blue 80

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

Shades of Tyrian Purple #6D0350

Tints of Tyrian Purple #6D0350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.67%

R = 56.77%
G = 1.56%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6D0350 (or 0x6D0350) is known color: Tyrian Purple. HEX triplet: 6D, 03 and 50. RGB value is (109,3,80). Sum of RGB (Red+Green+Blue) = 109+3+80=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0350 is #92FCAF. Grayscale: #2B2B2B. Windows color (decimal): -9632944 or 5243757. OLE color: 5243757.

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

Color convert

RGB 109 3 80 -
CMYK 0 0.97 0.27 0.57
HSL 316.42º 0.95% 0.22% -
HSV(B) 316.42º 0.97% 0.43% -
XYZ 7.79 3.9 7.93 -
YUV 43.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 109 3 80 0 0.97 0.27 0.57 316.42 0.95 0.22
Hex 6D 3 50 0 61 1B 39 13C 5F 16
Octal 155 3 120 0 141 33 71 474 137 26
Binary 1101101 11 1010000 0 1100001 11011 111001 100111100 1011111 10110

Color Harmonies of #6D0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0350

Black with #6D0350

Text Example


Text Example

White with #6D0350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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