Html Css Color HEX #6D0C54 Tyrian Purple

📋 copy color: '#6D0C54'

red 109 ◦ green 12 ◦ blue 84

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

Shades of Tyrian Purple #6D0C54

Tints of Tyrian Purple #6D0C54

RGB

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

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

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

R = 53.17%
G = 5.85%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.57

RGB Variations

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

Color information

#6D0C54 (or 0x6D0C54) is known color: Tyrian Purple. HEX triplet: 6D, 0C and 54. RGB value is (109,12,84). Sum of RGB (Red+Green+Blue) = 109+12+84=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0C54 is #92F3AB. Grayscale: #313131. Windows color (decimal): -9630636 or 5508205. OLE color: 5508205.

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

Color convert

RGB 109 12 84 -
CMYK 0 0.89 0.23 0.57
HSL 315.46º 0.8% 0.24% -
HSV(B) 315.46º 0.89% 0.43% -
XYZ 8.04 4.15 8.77 -
YUV 49.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 109 12 84 0 0.89 0.23 0.57 315.46 0.8 0.24
Hex 6D C 54 0 59 17 39 13B 50 18
Octal 155 14 124 0 131 27 71 473 120 30
Binary 1101101 1100 1010100 0 1011001 10111 111001 100111011 1010000 11000

Color Harmonies of #6D0C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0C54

Black with #6D0C54

Text Example


Text Example

White with #6D0C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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