Html Css Color HEX #6F0B40 Tyrian Purple

📋 copy color: '#6F0B40'

red 111 ◦ green 11 ◦ blue 64

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

Shades of Tyrian Purple #6F0B40

Tints of Tyrian Purple #6F0B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.91%

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 59.68%
G = 5.91%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#6F0B40 (or 0x6F0B40) is known color: Tyrian Purple. HEX triplet: 6F, 0B and 40. RGB value is (111,11,64). Sum of RGB (Red+Green+Blue) = 111+11+64=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B40 is #90F4BF. Grayscale: #2E2E2E. Windows color (decimal): -9499840 or 4197231. OLE color: 4197231.

HSL color Cylindrical-coordinate representation of color #6F0B40: hue angle of 328.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B40 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 11 64 -
CMYK 0 0.90 0.42 0.56
HSL 328.2º 0.82% 0.24% -
HSV(B) 328.2º 0.9% 0.44% -
XYZ 7.6 3.99 5.22 -
YUV 46.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 111 11 64 0 0.90 0.42 0.56 328.2 0.82 0.24
Hex 6F B 40 0 5A 2A 38 148 52 18
Octal 157 13 100 0 132 52 70 510 122 30
Binary 1101111 1011 1000000 0 1011010 101010 111000 101001000 1010010 11000

Color Harmonies of #6F0B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B40

Black with #6F0B40

Text Example


Text Example

White with #6F0B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,11,64); }

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

background-color css

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

 a { background-color: rgb(111,11,64); }

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

border-color css

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

 span { border-color: rgb(111,11,64); }

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