Html Css Color HEX #6F083E Tyrian Purple

📋 copy color: '#6F083E'

red 111 ◦ green 8 ◦ blue 62

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

Shades of Tyrian Purple #6F083E

Tints of Tyrian Purple #6F083E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.25%

R = 61.33%
G = 4.42%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#6F083E (or 0x6F083E) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 3E. RGB value is (111,8,62). Sum of RGB (Red+Green+Blue) = 111+8+62=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F083E is #90F7C1. Grayscale: #2C2C2C. Windows color (decimal): -9500610 or 4065391. OLE color: 4065391.

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

Color convert

RGB 111 8 62 -
CMYK 0 0.93 0.44 0.56
HSL 328.54º 0.87% 0.23% -
HSV(B) 328.54º 0.93% 0.44% -
XYZ 7.51 3.9 4.91 -
YUV 44.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 111 8 62 0 0.93 0.44 0.56 328.54 0.87 0.23
Hex 6F 8 3E 0 5D 2C 38 149 57 17
Octal 157 10 76 0 135 54 70 511 127 27
Binary 1101111 1000 111110 0 1011101 101100 111000 101001001 1010111 10111

Color Harmonies of #6F083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F083E

Black with #6F083E

Text Example


Text Example

White with #6F083E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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