Html Css Color HEX #6F0751 Tyrian Purple

📋 copy color: '#6F0751'

red 111 ◦ green 7 ◦ blue 81

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

Shades of Tyrian Purple #6F0751

Tints of Tyrian Purple #6F0751

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.52%

 BLUE value IS 81 (32.03% from 255) = 40.7%

R = 55.78%
G = 3.52%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#6F0751 (or 0x6F0751) is known color: Tyrian Purple. HEX triplet: 6F, 07 and 51. RGB value is (111,7,81). Sum of RGB (Red+Green+Blue) = 111+7+81=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0751 is #90F8AE. Grayscale: #2E2E2E. Windows color (decimal): -9500847 or 5310319. OLE color: 5310319.

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

Color convert

RGB 111 7 81 -
CMYK 0 0.94 0.27 0.56
HSL 317.31º 0.88% 0.23% -
HSV(B) 317.31º 0.94% 0.44% -
XYZ 8.12 4.13 8.15 -
YUV 46.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 111 7 81 0 0.94 0.27 0.56 317.31 0.88 0.23
Hex 6F 7 51 0 5E 1B 38 13D 58 17
Octal 157 7 121 0 136 33 70 475 130 27
Binary 1101111 111 1010001 0 1011110 11011 111000 100111101 1011000 10111

Color Harmonies of #6F0751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0751

Black with #6F0751

Text Example


Text Example

White with #6F0751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,7,81); }

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

background-color css

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

 a { background-color: rgb(111,7,81); }

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

border-color css

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

 span { border-color: rgb(111,7,81); }

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