Html Css Color HEX #6F084B Tyrian Purple

📋 copy color: '#6F084B'

red 111 ◦ green 8 ◦ blue 75

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

Shades of Tyrian Purple #6F084B

Tints of Tyrian Purple #6F084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 57.22%
G = 4.12%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F084B (or 0x6F084B) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 4B. RGB value is (111,8,75). Sum of RGB (Red+Green+Blue) = 111+8+75=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F084B is #90F7B4. Grayscale: #2E2E2E. Windows color (decimal): -9500597 or 4917359. OLE color: 4917359.

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

Color convert

RGB 111 8 75 -
CMYK 0 0.93 0.32 0.56
HSL 320.97º 0.87% 0.23% -
HSV(B) 320.97º 0.93% 0.44% -
XYZ 7.91 4.06 7.02 -
YUV 46.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 111 8 75 0 0.93 0.32 0.56 320.97 0.87 0.23
Hex 6F 8 4B 0 5D 20 38 141 57 17
Octal 157 10 113 0 135 40 70 501 127 27
Binary 1101111 1000 1001011 0 1011101 100000 111000 101000001 1010111 10111

Color Harmonies of #6F084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F084B

Black with #6F084B

Text Example


Text Example

White with #6F084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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