Html Css Color HEX #6F0B47 Tyrian Purple

📋 copy color: '#6F0B47'

red 111 ◦ green 11 ◦ blue 71

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

Shades of Tyrian Purple #6F0B47

Tints of Tyrian Purple #6F0B47

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.7%

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

R = 57.51%
G = 5.7%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6F0B47 (or 0x6F0B47) is known color: Tyrian Purple. HEX triplet: 6F, 0B and 47. RGB value is (111,11,71). Sum of RGB (Red+Green+Blue) = 111+11+71=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B47 is #90F4B8. Grayscale: #2F2F2F. Windows color (decimal): -9499833 or 4655983. OLE color: 4655983.

HSL color Cylindrical-coordinate representation of color #6F0B47: hue angle of 324º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B47 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 11 71 -
CMYK 0 0.90 0.36 0.56
HSL 324º 0.82% 0.24% -
HSV(B) 324º 0.9% 0.44% -
XYZ 7.81 4.07 6.34 -
YUV 47.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 111 11 71 0 0.90 0.36 0.56 324 0.82 0.24
Hex 6F B 47 0 5A 24 38 144 52 18
Octal 157 13 107 0 132 44 70 504 122 30
Binary 1101111 1011 1000111 0 1011010 100100 111000 101000100 1010010 11000

Color Harmonies of #6F0B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B47

Black with #6F0B47

Text Example


Text Example

White with #6F0B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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