Html Css Color HEX #6D0B54 Tyrian Purple

📋 copy color: '#6D0B54'

red 109 ◦ green 11 ◦ blue 84

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

Shades of Tyrian Purple #6D0B54

Tints of Tyrian Purple #6D0B54

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.39%

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

R = 53.43%
G = 5.39%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.57

RGB Variations

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

Color information

#6D0B54 (or 0x6D0B54) is known color: Tyrian Purple. HEX triplet: 6D, 0B and 54. RGB value is (109,11,84). Sum of RGB (Red+Green+Blue) = 109+11+84=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B54 is #92F4AB. Grayscale: #303030. Windows color (decimal): -9630892 or 5507949. OLE color: 5507949.

HSL color Cylindrical-coordinate representation of color #6D0B54: hue angle of 315.31º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B54 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 11 84 -
CMYK 0 0.90 0.23 0.57
HSL 315.31º 0.82% 0.24% -
HSV(B) 315.31º 0.9% 0.43% -
XYZ 8.03 4.13 8.76 -
YUV 48.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 109 11 84 0 0.90 0.23 0.57 315.31 0.82 0.24
Hex 6D B 54 0 5A 17 39 13B 52 18
Octal 155 13 124 0 132 27 71 473 122 30
Binary 1101101 1011 1010100 0 1011010 10111 111001 100111011 1010010 11000

Color Harmonies of #6D0B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B54

Black with #6D0B54

Text Example


Text Example

White with #6D0B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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