Html Css Color HEX #6F0147 Tyrian Purple

📋 copy color: '#6F0147'

red 111 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #6F0147

Tints of Tyrian Purple #6F0147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 38.8%

R = 60.66%
G = 0.55%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6F0147 (or 0x6F0147) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 47. RGB value is (111,1,71). Sum of RGB (Red+Green+Blue) = 111+1+71=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0147 is #90FEB8. Grayscale: #292929. Windows color (decimal): -9502393 or 4653423. OLE color: 4653423.

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

Color convert

RGB 111 1 71 -
CMYK 0 0.99 0.36 0.56
HSL 321.82º 0.98% 0.22% -
HSV(B) 321.82º 0.99% 0.44% -
XYZ 7.7 3.86 6.3 -
YUV 41.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 111 1 71 0 0.99 0.36 0.56 321.82 0.98 0.22
Hex 6F 1 47 0 63 24 38 142 62 16
Octal 157 1 107 0 143 44 70 502 142 26
Binary 1101111 1 1000111 0 1100011 100100 111000 101000010 1100010 10110

Color Harmonies of #6F0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0147

Black with #6F0147

Text Example


Text Example

White with #6F0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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