Html Css Color HEX #6F0149 Tyrian Purple

📋 copy color: '#6F0149'

red 111 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #6F0149

Tints of Tyrian Purple #6F0149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 60%
G = 0.54%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F0149 (or 0x6F0149) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 49. RGB value is (111,1,73). Sum of RGB (Red+Green+Blue) = 111+1+73=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0149 is #90FEB6. Grayscale: #292929. Windows color (decimal): -9502391 or 4784495. OLE color: 4784495.

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

Color convert

RGB 111 1 73 -
CMYK 0 0.99 0.34 0.56
HSL 320.73º 0.98% 0.22% -
HSV(B) 320.73º 0.99% 0.44% -
XYZ 7.77 3.88 6.64 -
YUV 42.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 111 1 73 0 0.99 0.34 0.56 320.73 0.98 0.22
Hex 6F 1 49 0 63 22 38 141 62 16
Octal 157 1 111 0 143 42 70 501 142 26
Binary 1101111 1 1001001 0 1100011 100010 111000 101000001 1100010 10110

Color Harmonies of #6F0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0149

Black with #6F0149

Text Example


Text Example

White with #6F0149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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