Html Css Color HEX #6F0B38 Tyrian Purple

📋 copy color: '#6F0B38'

red 111 ◦ green 11 ◦ blue 56

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

Shades of Tyrian Purple #6F0B38

Tints of Tyrian Purple #6F0B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 31.46%

R = 62.36%
G = 6.18%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F0B38 (or 0x6F0B38) is known color: Tyrian Purple. HEX triplet: 6F, 0B and 38. RGB value is (111,11,56). Sum of RGB (Red+Green+Blue) = 111+11+56=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B38 is #90F4C7. Grayscale: #2D2D2D. Windows color (decimal): -9499848 or 3672943. OLE color: 3672943.

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

Color convert

RGB 111 11 56 -
CMYK 0 0.90 0.50 0.56
HSL 333º 0.82% 0.24% -
HSV(B) 333º 0.9% 0.44% -
XYZ 7.39 3.9 4.11 -
YUV 46.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 111 11 56 0 0.90 0.50 0.56 333 0.82 0.24
Hex 6F B 38 0 5A 32 38 14D 52 18
Octal 157 13 70 0 132 62 70 515 122 30
Binary 1101111 1011 111000 0 1011010 110010 111000 101001101 1010010 11000

Color Harmonies of #6F0B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B38

Black with #6F0B38

Text Example


Text Example

White with #6F0B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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