Html Css Color HEX #6F0947 Tyrian Purple

📋 copy color: '#6F0947'

red 111 ◦ green 9 ◦ blue 71

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

Shades of Tyrian Purple #6F0947

Tints of Tyrian Purple #6F0947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 58.12%
G = 4.71%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6F0947 (or 0x6F0947) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 47. RGB value is (111,9,71). Sum of RGB (Red+Green+Blue) = 111+9+71=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0947 is #90F6B8. Grayscale: #2E2E2E. Windows color (decimal): -9500345 or 4655471. OLE color: 4655471.

HSL color Cylindrical-coordinate representation of color #6F0947: hue angle of 323.53º 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 #6F0947 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 9 71 -
CMYK 0 0.92 0.36 0.56
HSL 323.53º 0.85% 0.24% -
HSV(B) 323.53º 0.92% 0.44% -
XYZ 7.79 4.03 6.33 -
YUV 46.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 111 9 71 0 0.92 0.36 0.56 323.53 0.85 0.24
Hex 6F 9 47 0 5C 24 38 144 55 18
Octal 157 11 107 0 134 44 70 504 125 30
Binary 1101111 1001 1000111 0 1011100 100100 111000 101000100 1010101 11000

Color Harmonies of #6F0947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0947

Black with #6F0947

Text Example


Text Example

White with #6F0947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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