Html Css Color HEX #6F0B31 Tyrian Purple

📋 copy color: '#6F0B31'

red 111 ◦ green 11 ◦ blue 49

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

Shades of Tyrian Purple #6F0B31

Tints of Tyrian Purple #6F0B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 28.65%

R = 64.91%
G = 6.43%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#6F0B31 (or 0x6F0B31) is known color: Tyrian Purple. HEX triplet: 6F, 0B and 31. RGB value is (111,11,49). Sum of RGB (Red+Green+Blue) = 111+11+49=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B31 is #90F4CE. Grayscale: #2D2D2D. Windows color (decimal): -9499855 or 3214191. OLE color: 3214191.

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

Color convert

RGB 111 11 49 -
CMYK 0 0.90 0.56 0.56
HSL 337.2º 0.82% 0.24% -
HSV(B) 337.2º 0.9% 0.44% -
XYZ 7.23 3.84 3.27 -
YUV 45.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 111 11 49 0 0.90 0.56 0.56 337.2 0.82 0.24
Hex 6F B 31 0 5A 38 38 151 52 18
Octal 157 13 61 0 132 70 70 521 122 30
Binary 1101111 1011 110001 0 1011010 111000 111000 101010001 1010010 11000

Color Harmonies of #6F0B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B31

Black with #6F0B31

Text Example


Text Example

White with #6F0B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,11,49); }

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

background-color css

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

 a { background-color: rgb(111,11,49); }

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

border-color css

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

 span { border-color: rgb(111,11,49); }

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