Html Css Color HEX #6F074D Tyrian Purple

📋 copy color: '#6F074D'

red 111 ◦ green 7 ◦ blue 77

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

Shades of Tyrian Purple #6F074D

Tints of Tyrian Purple #6F074D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.49%

R = 56.92%
G = 3.59%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F074D (or 0x6F074D) is known color: Tyrian Purple. HEX triplet: 6F, 07 and 4D. RGB value is (111,7,77). Sum of RGB (Red+Green+Blue) = 111+7+77=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F074D is #90F8B2. Grayscale: #2D2D2D. Windows color (decimal): -9500851 or 5048175. OLE color: 5048175.

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

Color convert

RGB 111 7 77 -
CMYK 0 0.94 0.31 0.56
HSL 319.62º 0.88% 0.23% -
HSV(B) 319.62º 0.94% 0.44% -
XYZ 7.97 4.07 7.39 -
YUV 46.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 111 7 77 0 0.94 0.31 0.56 319.62 0.88 0.23
Hex 6F 7 4D 0 5E 1F 38 140 58 17
Octal 157 7 115 0 136 37 70 500 130 27
Binary 1101111 111 1001101 0 1011110 11111 111000 101000000 1011000 10111

Color Harmonies of #6F074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F074D

Black with #6F074D

Text Example


Text Example

White with #6F074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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