Html Css Color HEX #6F0842 Tyrian Purple

📋 copy color: '#6F0842'

red 111 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #6F0842

Tints of Tyrian Purple #6F0842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 60%
G = 4.32%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F0842 (or 0x6F0842) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 42. RGB value is (111,8,66). Sum of RGB (Red+Green+Blue) = 111+8+66=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0842 is #90F7BD. Grayscale: #2D2D2D. Windows color (decimal): -9500606 or 4327535. OLE color: 4327535.

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

Color convert

RGB 111 8 66 -
CMYK 0 0.93 0.41 0.56
HSL 326.21º 0.87% 0.23% -
HSV(B) 326.21º 0.93% 0.44% -
XYZ 7.63 3.95 5.51 -
YUV 45.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 111 8 66 0 0.93 0.41 0.56 326.21 0.87 0.23
Hex 6F 8 42 0 5D 29 38 146 57 17
Octal 157 10 102 0 135 51 70 506 127 27
Binary 1101111 1000 1000010 0 1011101 101001 111000 101000110 1010111 10111

Color Harmonies of #6F0842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0842

Black with #6F0842

Text Example


Text Example

White with #6F0842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,66); }

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

background-color css

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

 a { background-color: rgb(111,8,66); }

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

border-color css

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

 span { border-color: rgb(111,8,66); }

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