Html Css Color HEX #6F054D Tyrian Purple

📋 copy color: '#6F054D'

red 111 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #6F054D

Tints of Tyrian Purple #6F054D

RGB

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

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

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

R = 57.51%
G = 2.59%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F054D (or 0x6F054D) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 4D. RGB value is (111,5,77). Sum of RGB (Red+Green+Blue) = 111+5+77=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F054D is #90FAB2. Grayscale: #2C2C2C. Windows color (decimal): -9501363 or 5047663. OLE color: 5047663.

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

Color convert

RGB 111 5 77 -
CMYK 0 0.95 0.31 0.56
HSL 319.25º 0.91% 0.23% -
HSV(B) 319.25º 0.95% 0.44% -
XYZ 7.95 4.02 7.38 -
YUV 44.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 111 5 77 0 0.95 0.31 0.56 319.25 0.91 0.23
Hex 6F 5 4D 0 5F 1F 38 13F 5B 17
Octal 157 5 115 0 137 37 70 477 133 27
Binary 1101111 101 1001101 0 1011111 11111 111000 100111111 1011011 10111

Color Harmonies of #6F054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F054D

Black with #6F054D

Text Example


Text Example

White with #6F054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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