Html Css Color HEX #6F0249 Tyrian Purple

📋 copy color: '#6F0249'

red 111 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #6F0249

Tints of Tyrian Purple #6F0249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

 BLUE value IS 73 (28.91% from 255) = 39.25%

R = 59.68%
G = 1.08%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F0249 (or 0x6F0249) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 49. RGB value is (111,2,73). Sum of RGB (Red+Green+Blue) = 111+2+73=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0249 is #90FDB6. Grayscale: #2A2A2A. Windows color (decimal): -9502135 or 4784751. OLE color: 4784751.

HSL color Cylindrical-coordinate representation of color #6F0249: hue angle of 320.92º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F0249 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 2 73 -
CMYK 0 0.98 0.34 0.56
HSL 320.92º 0.96% 0.22% -
HSV(B) 320.92º 0.98% 0.44% -
XYZ 7.78 3.9 6.65 -
YUV 42.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 111 2 73 0 0.98 0.34 0.56 320.92 0.96 0.22
Hex 6F 2 49 0 62 22 38 141 60 16
Octal 157 2 111 0 142 42 70 501 140 26
Binary 1101111 10 1001001 0 1100010 100010 111000 101000001 1100000 10110

Color Harmonies of #6F0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0249

Black with #6F0249

Text Example


Text Example

White with #6F0249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,2,73); }

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

background-color css

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

 a { background-color: rgb(111,2,73); }

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

border-color css

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

 span { border-color: rgb(111,2,73); }

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