Html Css Color HEX #6F0546 Tyrian Purple

📋 copy color: '#6F0546'

red 111 ◦ green 5 ◦ blue 70

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

Shades of Tyrian Purple #6F0546

Tints of Tyrian Purple #6F0546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 70 (27.73% from 255) = 37.63%

R = 59.68%
G = 2.69%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F0546 (or 0x6F0546) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 46. RGB value is (111,5,70). Sum of RGB (Red+Green+Blue) = 111+5+70=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0546 is #90FAB9. Grayscale: #2B2B2B. Windows color (decimal): -9501370 or 4588911. OLE color: 4588911.

HSL color Cylindrical-coordinate representation of color #6F0546: hue angle of 323.21º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0546 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 5 70 -
CMYK 0 0.95 0.37 0.56
HSL 323.21º 0.91% 0.23% -
HSV(B) 323.21º 0.95% 0.44% -
XYZ 7.72 3.93 6.15 -
YUV 44.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 111 5 70 0 0.95 0.37 0.56 323.21 0.91 0.23
Hex 6F 5 46 0 5F 25 38 143 5B 17
Octal 157 5 106 0 137 45 70 503 133 27
Binary 1101111 101 1000110 0 1011111 100101 111000 101000011 1011011 10111

Color Harmonies of #6F0546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0546

Black with #6F0546

Text Example


Text Example

White with #6F0546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,5,70); }

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

background-color css

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

 a { background-color: rgb(111,5,70); }

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

border-color css

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

 span { border-color: rgb(111,5,70); }

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