Html Css Color HEX #6F0949 Tyrian Purple

📋 copy color: '#6F0949'

red 111 ◦ green 9 ◦ blue 73

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

Shades of Tyrian Purple #6F0949

Tints of Tyrian Purple #6F0949

RGB

 RED value IS 111 (43.75% from 255) = 57.51%

 GREEN value IS 9 (3.91% from 255) = 4.66%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 57.51%
G = 4.66%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F0949 (or 0x6F0949) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 49. RGB value is (111,9,73). Sum of RGB (Red+Green+Blue) = 111+9+73=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0949 is #90F6B6. Grayscale: #2E2E2E. Windows color (decimal): -9500343 or 4786543. OLE color: 4786543.

HSL color Cylindrical-coordinate representation of color #6F0949: hue angle of 322.35º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0949 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 9 73 -
CMYK 0 0.92 0.34 0.56
HSL 322.35º 0.85% 0.24% -
HSV(B) 322.35º 0.92% 0.44% -
XYZ 7.86 4.06 6.67 -
YUV 46.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 111 9 73 0 0.92 0.34 0.56 322.35 0.85 0.24
Hex 6F 9 49 0 5C 22 38 142 55 18
Octal 157 11 111 0 134 42 70 502 125 30
Binary 1101111 1001 1001001 0 1011100 100010 111000 101000010 1010101 11000

Color Harmonies of #6F0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0949

Black with #6F0949

Text Example


Text Example

White with #6F0949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,9,73); }

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

background-color css

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

 a { background-color: rgb(111,9,73); }

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

border-color css

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

 span { border-color: rgb(111,9,73); }

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