Html Css Color HEX #6F093E Tyrian Purple

📋 copy color: '#6F093E'

red 111 ◦ green 9 ◦ blue 62

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

Shades of Tyrian Purple #6F093E

Tints of Tyrian Purple #6F093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.95%

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

R = 60.99%
G = 4.95%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#6F093E (or 0x6F093E) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 3E. RGB value is (111,9,62). Sum of RGB (Red+Green+Blue) = 111+9+62=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F093E is #90F6C1. Grayscale: #2D2D2D. Windows color (decimal): -9500354 or 4065647. OLE color: 4065647.

HSL color Cylindrical-coordinate representation of color #6F093E: hue angle of 328.82º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F093E is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 9 62 -
CMYK 0 0.92 0.44 0.56
HSL 328.82º 0.85% 0.24% -
HSV(B) 328.82º 0.92% 0.44% -
XYZ 7.52 3.92 4.92 -
YUV 45.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 111 9 62 0 0.92 0.44 0.56 328.82 0.85 0.24
Hex 6F 9 3E 0 5C 2C 38 149 55 18
Octal 157 11 76 0 134 54 70 511 125 30
Binary 1101111 1001 111110 0 1011100 101100 111000 101001001 1010101 11000

Color Harmonies of #6F093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F093E

Black with #6F093E

Text Example


Text Example

White with #6F093E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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