Html Css Color HEX #6D0D4A Tyrian Purple

📋 copy color: '#6D0D4A'

red 109 ◦ green 13 ◦ blue 74

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

Shades of Tyrian Purple #6D0D4A

Tints of Tyrian Purple #6D0D4A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.63%

 BLUE value IS 74 (29.3% from 255) = 37.76%

R = 55.61%
G = 6.63%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D0D4A (or 0x6D0D4A) is known color: Tyrian Purple. HEX triplet: 6D, 0D and 4A. RGB value is (109,13,74). Sum of RGB (Red+Green+Blue) = 109+13+74=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0D4A is #92F2B5. Grayscale: #303030. Windows color (decimal): -9630390 or 4853101. OLE color: 4853101.

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

Color convert

RGB 109 13 74 -
CMYK 0 0.88 0.32 0.57
HSL 321.88º 0.79% 0.24% -
HSV(B) 321.88º 0.88% 0.43% -
XYZ 7.69 4.03 6.85 -
YUV 48.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 109 13 74 0 0.88 0.32 0.57 321.88 0.79 0.24
Hex 6D D 4A 0 58 20 39 142 4F 18
Octal 155 15 112 0 130 40 71 502 117 30
Binary 1101101 1101 1001010 0 1011000 100000 111001 101000010 1001111 11000

Color Harmonies of #6D0D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0D4A

Black with #6D0D4A

Text Example


Text Example

White with #6D0D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,13,74); }

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

background-color css

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

 a { background-color: rgb(109,13,74); }

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

border-color css

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

 span { border-color: rgb(109,13,74); }

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