Html Css Color HEX #6F0E38 Tyrian Purple

📋 copy color: '#6F0E38'

red 111 ◦ green 14 ◦ blue 56

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

Shades of Tyrian Purple #6F0E38

Tints of Tyrian Purple #6F0E38

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.73%

 BLUE value IS 56 (22.27% from 255) = 30.94%

R = 61.33%
G = 7.73%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F0E38 (or 0x6F0E38) is known color: Tyrian Purple. HEX triplet: 6F, 0E and 38. RGB value is (111,14,56). Sum of RGB (Red+Green+Blue) = 111+14+56=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E38 is #90F1C7. Grayscale: #2F2F2F. Windows color (decimal): -9499080 or 3673711. OLE color: 3673711.

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

Color convert

RGB 111 14 56 -
CMYK 0 0.87 0.50 0.56
HSL 334.02º 0.78% 0.25% -
HSV(B) 334.02º 0.87% 0.44% -
XYZ 7.43 3.98 4.12 -
YUV 47.79 132.64 173.08 -
System Red Green Blue C M Y K H S L
Decimal 111 14 56 0 0.87 0.50 0.56 334.02 0.78 0.25
Hex 6F E 38 0 57 32 38 14E 4E 19
Octal 157 16 70 0 127 62 70 516 116 31
Binary 1101111 1110 111000 0 1010111 110010 111000 101001110 1001110 11001

Color Harmonies of #6F0E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0E38

Black with #6F0E38

Text Example


Text Example

White with #6F0E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,14,56); }

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

background-color css

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

 a { background-color: rgb(111,14,56); }

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

border-color css

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

 span { border-color: rgb(111,14,56); }

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