Html Css Color HEX #6F0551 Tyrian Purple

📋 copy color: '#6F0551'

red 111 ◦ green 5 ◦ blue 81

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

Shades of Tyrian Purple #6F0551

Tints of Tyrian Purple #6F0551

RGB

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

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

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

R = 56.35%
G = 2.54%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#6F0551 (or 0x6F0551) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 51. RGB value is (111,5,81). Sum of RGB (Red+Green+Blue) = 111+5+81=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0551 is #90FAAE. Grayscale: #2D2D2D. Windows color (decimal): -9501359 or 5309807. OLE color: 5309807.

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

Color convert

RGB 111 5 81 -
CMYK 0 0.95 0.27 0.56
HSL 316.98º 0.91% 0.23% -
HSV(B) 316.98º 0.95% 0.44% -
XYZ 8.1 4.08 8.15 -
YUV 45.36 148.12 174.82 -
System Red Green Blue C M Y K H S L
Decimal 111 5 81 0 0.95 0.27 0.56 316.98 0.91 0.23
Hex 6F 5 51 0 5F 1B 38 13D 5B 17
Octal 157 5 121 0 137 33 70 475 133 27
Binary 1101111 101 1010001 0 1011111 11011 111000 100111101 1011011 10111

Color Harmonies of #6F0551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0551

Black with #6F0551

Text Example


Text Example

White with #6F0551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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