Html Css Color HEX #6F0832 Tyrian Purple

📋 copy color: '#6F0832'

red 111 ◦ green 8 ◦ blue 50

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

Shades of Tyrian Purple #6F0832

Tints of Tyrian Purple #6F0832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.59%

R = 65.68%
G = 4.73%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#6F0832 (or 0x6F0832) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 32. RGB value is (111,8,50). Sum of RGB (Red+Green+Blue) = 111+8+50=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0832 is #90F7CD. Grayscale: #2B2B2B. Windows color (decimal): -9500622 or 3278959. OLE color: 3278959.

HSL color Cylindrical-coordinate representation of color #6F0832: hue angle of 335.53º 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 #6F0832 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 8 50 -
CMYK 0 0.93 0.55 0.56
HSL 335.53º 0.87% 0.23% -
HSV(B) 335.53º 0.93% 0.44% -
XYZ 7.22 3.78 3.37 -
YUV 43.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 111 8 50 0 0.93 0.55 0.56 335.53 0.87 0.23
Hex 6F 8 32 0 5D 37 38 150 57 17
Octal 157 10 62 0 135 67 70 520 127 27
Binary 1101111 1000 110010 0 1011101 110111 111000 101010000 1010111 10111

Color Harmonies of #6F0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0832

Black with #6F0832

Text Example


Text Example

White with #6F0832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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