Html Css Color HEX #6F012F Tyrian Purple

📋 copy color: '#6F012F'

red 111 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #6F012F

Tints of Tyrian Purple #6F012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 69.81%
G = 0.63%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F012F (or 0x6F012F) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 2F. RGB value is (111,1,47). Sum of RGB (Red+Green+Blue) = 111+1+47=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F012F is #90FED0. Grayscale: #272727. Windows color (decimal): -9502417 or 3080559. OLE color: 3080559.

HSL color Cylindrical-coordinate representation of color #6F012F: hue angle of 334.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F012F is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 1 47 -
CMYK 0 0.99 0.58 0.56
HSL 334.91º 0.98% 0.22% -
HSV(B) 334.91º 0.99% 0.44% -
XYZ 7.08 3.61 3.01 -
YUV 39.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 111 1 47 0 0.99 0.58 0.56 334.91 0.98 0.22
Hex 6F 1 2F 0 63 3A 38 14F 62 16
Octal 157 1 57 0 143 72 70 517 142 26
Binary 1101111 1 101111 0 1100011 111010 111000 101001111 1100010 10110

Color Harmonies of #6F012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F012F

Black with #6F012F

Text Example


Text Example

White with #6F012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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