Html Css Color HEX #6F0037 Tyrian Purple

📋 copy color: '#6F0037'

red 111 ◦ green 0 ◦ blue 55

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

Shades of Tyrian Purple #6F0037

Tints of Tyrian Purple #6F0037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 33.13%

R = 66.87%
G = 0%
B = 33.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F0037 (or 0x6F0037) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 37. RGB value is (111,0,55). Sum of RGB (Red+Green+Blue) = 111+0+55=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0037 is #90FFC8. Grayscale: #272727. Windows color (decimal): -9502665 or 3604591. OLE color: 3604591.

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

Color convert

RGB 111 0 55 -
CMYK 0 1 0.50 0.56
HSL 330.27º 1% 0.22% -
HSV(B) 330.27º 1% 0.44% -
XYZ 7.25 3.66 3.94 -
YUV 39.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 111 0 55 0 1 0.50 0.56 330.27 1 0.22
Hex 6F 0 37 0 64 32 38 14A 64 16
Octal 157 0 67 0 144 62 70 512 144 26
Binary 1101111 0 110111 0 1100100 110010 111000 101001010 1100100 10110

Color Harmonies of #6F0037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0037

Black with #6F0037

Text Example


Text Example

White with #6F0037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,55); }

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

background-color css

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

 a { background-color: rgb(111,0,55); }

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

border-color css

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

 span { border-color: rgb(111,0,55); }

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