Html Css Color HEX #6F094A Tyrian Purple

📋 copy color: '#6F094A'

red 111 ◦ green 9 ◦ blue 74

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

Shades of Tyrian Purple #6F094A

Tints of Tyrian Purple #6F094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 57.22%
G = 4.64%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F094A (or 0x6F094A) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 4A. RGB value is (111,9,74). Sum of RGB (Red+Green+Blue) = 111+9+74=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F094A is #90F6B5. Grayscale: #2E2E2E. Windows color (decimal): -9500342 or 4852079. OLE color: 4852079.

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

Color convert

RGB 111 9 74 -
CMYK 0 0.92 0.33 0.56
HSL 321.76º 0.85% 0.24% -
HSV(B) 321.76º 0.92% 0.44% -
XYZ 7.89 4.07 6.85 -
YUV 46.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 111 9 74 0 0.92 0.33 0.56 321.76 0.85 0.24
Hex 6F 9 4A 0 5C 21 38 142 55 18
Octal 157 11 112 0 134 41 70 502 125 30
Binary 1101111 1001 1001010 0 1011100 100001 111000 101000010 1010101 11000

Color Harmonies of #6F094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F094A

Black with #6F094A

Text Example


Text Example

White with #6F094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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