Html Css Color HEX #6F0830 Tyrian Purple

📋 copy color: '#6F0830'

red 111 ◦ green 8 ◦ blue 48

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

Shades of Tyrian Purple #6F0830

Tints of Tyrian Purple #6F0830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.74%

R = 66.47%
G = 4.79%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F0830 (or 0x6F0830) is known color: Tyrian Purple. HEX triplet: 6F, 08 and 30. RGB value is (111,8,48). Sum of RGB (Red+Green+Blue) = 111+8+48=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0830 is #90F7CF. Grayscale: #2B2B2B. Windows color (decimal): -9500624 or 3147887. OLE color: 3147887.

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

Color convert

RGB 111 8 48 -
CMYK 0 0.93 0.57 0.56
HSL 336.7º 0.87% 0.23% -
HSV(B) 336.7º 0.93% 0.44% -
XYZ 7.18 3.77 3.15 -
YUV 43.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 111 8 48 0 0.93 0.57 0.56 336.7 0.87 0.23
Hex 6F 8 30 0 5D 39 38 151 57 17
Octal 157 10 60 0 135 71 70 521 127 27
Binary 1101111 1000 110000 0 1011101 111001 111000 101010001 1010111 10111

Color Harmonies of #6F0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0830

Black with #6F0830

Text Example


Text Example

White with #6F0830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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