Html Css Color HEX #6F042E Tyrian Purple

📋 copy color: '#6F042E'

red 111 ◦ green 4 ◦ blue 46

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

Shades of Tyrian Purple #6F042E

Tints of Tyrian Purple #6F042E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.48%

 BLUE value IS 46 (18.36% from 255) = 28.57%

R = 68.94%
G = 2.48%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F042E (or 0x6F042E) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 2E. RGB value is (111,4,46). Sum of RGB (Red+Green+Blue) = 111+4+46=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F042E is #90FBD1. Grayscale: #282828. Windows color (decimal): -9501650 or 3015791. OLE color: 3015791.

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

Color convert

RGB 111 4 46 -
CMYK 0 0.96 0.59 0.56
HSL 336.45º 0.93% 0.23% -
HSV(B) 336.45º 0.96% 0.44% -
XYZ 7.09 3.66 2.92 -
YUV 40.78 130.95 178.08 -
System Red Green Blue C M Y K H S L
Decimal 111 4 46 0 0.96 0.59 0.56 336.45 0.93 0.23
Hex 6F 4 2E 0 60 3B 38 150 5D 17
Octal 157 4 56 0 140 73 70 520 135 27
Binary 1101111 100 101110 0 1100000 111011 111000 101010000 1011101 10111

Color Harmonies of #6F042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F042E

Black with #6F042E

Text Example


Text Example

White with #6F042E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,4,46); }

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

background-color css

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

 a { background-color: rgb(111,4,46); }

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

border-color css

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

 span { border-color: rgb(111,4,46); }

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