Html Css Color HEX #6F062E Tyrian Purple

📋 copy color: '#6F062E'

red 111 ◦ green 6 ◦ blue 46

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

Shades of Tyrian Purple #6F062E

Tints of Tyrian Purple #6F062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

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

R = 68.1%
G = 3.68%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F062E (or 0x6F062E) is known color: Tyrian Purple. HEX triplet: 6F, 06 and 2E. RGB value is (111,6,46). Sum of RGB (Red+Green+Blue) = 111+6+46=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F062E is #90F9D1. Grayscale: #292929. Windows color (decimal): -9501138 or 3016303. OLE color: 3016303.

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

Color convert

RGB 111 6 46 -
CMYK 0 0.95 0.59 0.56
HSL 337.14º 0.9% 0.23% -
HSV(B) 337.14º 0.95% 0.44% -
XYZ 7.11 3.71 2.93 -
YUV 41.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 111 6 46 0 0.95 0.59 0.56 337.14 0.9 0.23
Hex 6F 6 2E 0 5F 3B 38 151 5A 17
Octal 157 6 56 0 137 73 70 521 132 27
Binary 1101111 110 101110 0 1011111 111011 111000 101010001 1011010 10111

Color Harmonies of #6F062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F062E

Black with #6F062E

Text Example


Text Example

White with #6F062E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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