Html Css Color HEX #6D0351 Tyrian Purple

📋 copy color: '#6D0351'

red 109 ◦ green 3 ◦ blue 81

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

Shades of Tyrian Purple #6D0351

Tints of Tyrian Purple #6D0351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.97%

R = 56.48%
G = 1.55%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#6D0351 (or 0x6D0351) is known color: Tyrian Purple. HEX triplet: 6D, 03 and 51. RGB value is (109,3,81). Sum of RGB (Red+Green+Blue) = 109+3+81=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0351 is #92FCAE. Grayscale: #2B2B2B. Windows color (decimal): -9632943 or 5309293. OLE color: 5309293.

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

Color convert

RGB 109 3 81 -
CMYK 0 0.97 0.26 0.57
HSL 315.85º 0.95% 0.22% -
HSV(B) 315.85º 0.97% 0.43% -
XYZ 7.82 3.91 8.13 -
YUV 43.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 109 3 81 0 0.97 0.26 0.57 315.85 0.95 0.22
Hex 6D 3 51 0 61 1A 39 13C 5F 16
Octal 155 3 121 0 141 32 71 474 137 26
Binary 1101101 11 1010001 0 1100001 11010 111001 100111100 1011111 10110

Color Harmonies of #6D0351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0351

Black with #6D0351

Text Example


Text Example

White with #6D0351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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