Html Css Color HEX #6F094D Tyrian Purple

📋 copy color: '#6F094D'

red 111 ◦ green 9 ◦ blue 77

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

Shades of Tyrian Purple #6F094D

Tints of Tyrian Purple #6F094D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.09%

R = 56.35%
G = 4.57%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F094D (or 0x6F094D) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 4D. RGB value is (111,9,77). Sum of RGB (Red+Green+Blue) = 111+9+77=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F094D is #90F6B2. Grayscale: #2F2F2F. Windows color (decimal): -9500339 or 5048687. OLE color: 5048687.

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

Color convert

RGB 111 9 77 -
CMYK 0 0.92 0.31 0.56
HSL 320º 0.85% 0.24% -
HSV(B) 320º 0.92% 0.44% -
XYZ 7.99 4.11 7.39 -
YUV 47.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 111 9 77 0 0.92 0.31 0.56 320 0.85 0.24
Hex 6F 9 4D 0 5C 1F 38 140 55 18
Octal 157 11 115 0 134 37 70 500 125 30
Binary 1101111 1001 1001101 0 1011100 11111 111000 101000000 1010101 11000

Color Harmonies of #6F094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F094D

Black with #6F094D

Text Example


Text Example

White with #6F094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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