Html Css Color HEX #6F084A Tyrian Purple

📋 copy color: '#6F084A'

red 111 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #6F084A

Tints of Tyrian Purple #6F084A

RGB

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

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

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

R = 57.51%
G = 4.15%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F084A (or 0x6F084A) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 4A. RGB value is (111,8,74). Sum of RGB (Red+Green+Blue) = 111+8+74=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F084A is #90F7B5. Grayscale: #2E2E2E. Windows color (decimal): -9500598 or 4851823. OLE color: 4851823.

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

Color convert

RGB 111 8 74 -
CMYK 0 0.93 0.33 0.56
HSL 321.55º 0.87% 0.23% -
HSV(B) 321.55º 0.93% 0.44% -
XYZ 7.88 4.05 6.84 -
YUV 46.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 111 8 74 0 0.93 0.33 0.56 321.55 0.87 0.23
Hex 6F 8 4A 0 5D 21 38 142 57 17
Octal 157 10 112 0 135 41 70 502 127 27
Binary 1101111 1000 1001010 0 1011101 100001 111000 101000010 1010111 10111

Color Harmonies of #6F084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F084A

Black with #6F084A

Text Example


Text Example

White with #6F084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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