Html Css Color HEX #6F083B Tyrian Purple

📋 copy color: '#6F083B'

red 111 ◦ green 8 ◦ blue 59

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

Shades of Tyrian Purple #6F083B

Tints of Tyrian Purple #6F083B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.15%

R = 62.36%
G = 4.49%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6F083B (or 0x6F083B) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 3B. RGB value is (111,8,59). Sum of RGB (Red+Green+Blue) = 111+8+59=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F083B is #90F7C4. Grayscale: #2C2C2C. Windows color (decimal): -9500613 or 3868783. OLE color: 3868783.

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

Color convert

RGB 111 8 59 -
CMYK 0 0.93 0.47 0.56
HSL 330.29º 0.87% 0.23% -
HSV(B) 330.29º 0.93% 0.44% -
XYZ 7.43 3.87 4.49 -
YUV 44.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 111 8 59 0 0.93 0.47 0.56 330.29 0.87 0.23
Hex 6F 8 3B 0 5D 2F 38 14A 57 17
Octal 157 10 73 0 135 57 70 512 127 27
Binary 1101111 1000 111011 0 1011101 101111 111000 101001010 1010111 10111

Color Harmonies of #6F083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F083B

Black with #6F083B

Text Example


Text Example

White with #6F083B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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