Html Css Color HEX #6F0937 Tyrian Purple

📋 copy color: '#6F0937'

red 111 ◦ green 9 ◦ blue 55

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

Shades of Tyrian Purple #6F0937

Tints of Tyrian Purple #6F0937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.43%

R = 63.43%
G = 5.14%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F0937 (or 0x6F0937) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 37. RGB value is (111,9,55). Sum of RGB (Red+Green+Blue) = 111+9+55=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0937 is #90F6C8. Grayscale: #2C2C2C. Windows color (decimal): -9500361 or 3606895. OLE color: 3606895.

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

Color convert

RGB 111 9 55 -
CMYK 0 0.92 0.50 0.56
HSL 332.94º 0.85% 0.24% -
HSV(B) 332.94º 0.92% 0.44% -
XYZ 7.34 3.85 3.97 -
YUV 44.74 133.79 175.26 -
System Red Green Blue C M Y K H S L
Decimal 111 9 55 0 0.92 0.50 0.56 332.94 0.85 0.24
Hex 6F 9 37 0 5C 32 38 14D 55 18
Octal 157 11 67 0 134 62 70 515 125 30
Binary 1101111 1001 110111 0 1011100 110010 111000 101001101 1010101 11000

Color Harmonies of #6F0937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0937

Black with #6F0937

Text Example


Text Example

White with #6F0937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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