Html Css Color HEX #6F0838 Tyrian Purple

📋 copy color: '#6F0838'

red 111 ◦ green 8 ◦ blue 56

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

Shades of Tyrian Purple #6F0838

Tints of Tyrian Purple #6F0838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.57%

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

R = 63.43%
G = 4.57%
B = 32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F0838 (or 0x6F0838) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 38. RGB value is (111,8,56). Sum of RGB (Red+Green+Blue) = 111+8+56=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0838 is #90F7C7. Grayscale: #2C2C2C. Windows color (decimal): -9500616 or 3672175. OLE color: 3672175.

HSL color Cylindrical-coordinate representation of color #6F0838: hue angle of 332.04º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0838 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 8 56 -
CMYK 0 0.93 0.50 0.56
HSL 332.04º 0.87% 0.23% -
HSV(B) 332.04º 0.93% 0.44% -
XYZ 7.36 3.84 4.09 -
YUV 44.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 111 8 56 0 0.93 0.50 0.56 332.04 0.87 0.23
Hex 6F 8 38 0 5D 32 38 14C 57 17
Octal 157 10 70 0 135 62 70 514 127 27
Binary 1101111 1000 111000 0 1011101 110010 111000 101001100 1010111 10111

Color Harmonies of #6F0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0838

Black with #6F0838

Text Example


Text Example

White with #6F0838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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