Html Css Color HEX #6F052F Tyrian Purple

📋 copy color: '#6F052F'

red 111 ◦ green 5 ◦ blue 47

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

Shades of Tyrian Purple #6F052F

Tints of Tyrian Purple #6F052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.83%

R = 68.1%
G = 3.07%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F052F (or 0x6F052F) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 2F. RGB value is (111,5,47). Sum of RGB (Red+Green+Blue) = 111+5+47=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F052F is #90FAD0. Grayscale: #292929. Windows color (decimal): -9501393 or 3081583. OLE color: 3081583.

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

Color convert

RGB 111 5 47 -
CMYK 0 0.95 0.58 0.56
HSL 336.23º 0.91% 0.23% -
HSV(B) 336.23º 0.95% 0.44% -
XYZ 7.12 3.69 3.03 -
YUV 41.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 111 5 47 0 0.95 0.58 0.56 336.23 0.91 0.23
Hex 6F 5 2F 0 5F 3A 38 150 5B 17
Octal 157 5 57 0 137 72 70 520 133 27
Binary 1101111 101 101111 0 1011111 111010 111000 101010000 1011011 10111

Color Harmonies of #6F052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F052F

Black with #6F052F

Text Example


Text Example

White with #6F052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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