Html Css Color HEX #6D0C51 Tyrian Purple

📋 copy color: '#6D0C51'

red 109 ◦ green 12 ◦ blue 81

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

Shades of Tyrian Purple #6D0C51

Tints of Tyrian Purple #6D0C51

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.94%

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

R = 53.96%
G = 5.94%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#6D0C51 (or 0x6D0C51) is known color: Tyrian Purple. HEX triplet: 6D, 0C and 51. RGB value is (109,12,81). Sum of RGB (Red+Green+Blue) = 109+12+81=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0C51 is #92F3AE. Grayscale: #303030. Windows color (decimal): -9630639 or 5311597. OLE color: 5311597.

HSL color Cylindrical-coordinate representation of color #6D0C51: hue angle of 317.32º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D0C51 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 12 81 -
CMYK 0 0.89 0.26 0.57
HSL 317.32º 0.8% 0.24% -
HSV(B) 317.32º 0.89% 0.43% -
XYZ 7.92 4.11 8.16 -
YUV 48.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 109 12 81 0 0.89 0.26 0.57 317.32 0.8 0.24
Hex 6D C 51 0 59 1A 39 13D 50 18
Octal 155 14 121 0 131 32 71 475 120 30
Binary 1101101 1100 1010001 0 1011001 11010 111001 100111101 1010000 11000

Color Harmonies of #6D0C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0C51

Black with #6D0C51

Text Example


Text Example

White with #6D0C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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