Html Css Color HEX #6F083A Tyrian Purple

📋 copy color: '#6F083A'

red 111 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #6F083A

Tints of Tyrian Purple #6F083A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 62.71%
G = 4.52%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F083A (or 0x6F083A) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 3A. RGB value is (111,8,58). Sum of RGB (Red+Green+Blue) = 111+8+58=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F083A is #90F7C5. Grayscale: #2C2C2C. Windows color (decimal): -9500614 or 3803247. OLE color: 3803247.

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

Color convert

RGB 111 8 58 -
CMYK 0 0.93 0.48 0.56
HSL 330.87º 0.87% 0.23% -
HSV(B) 330.87º 0.93% 0.44% -
XYZ 7.41 3.86 4.36 -
YUV 44.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 111 8 58 0 0.93 0.48 0.56 330.87 0.87 0.23
Hex 6F 8 3A 0 5D 30 38 14B 57 17
Octal 157 10 72 0 135 60 70 513 127 27
Binary 1101111 1000 111010 0 1011101 110000 111000 101001011 1010111 10111

Color Harmonies of #6F083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F083A

Black with #6F083A

Text Example


Text Example

White with #6F083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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