Html Css Color HEX #6F093D Tyrian Purple

📋 copy color: '#6F093D'

red 111 ◦ green 9 ◦ blue 61

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

Shades of Tyrian Purple #6F093D

Tints of Tyrian Purple #6F093D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.97%

 BLUE value IS 61 (24.22% from 255) = 33.7%

R = 61.33%
G = 4.97%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#6F093D (or 0x6F093D) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 3D. RGB value is (111,9,61). Sum of RGB (Red+Green+Blue) = 111+9+61=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F093D is #90F6C2. Grayscale: #2D2D2D. Windows color (decimal): -9500355 or 4000111. OLE color: 4000111.

HSL color Cylindrical-coordinate representation of color #6F093D: hue angle of 329.41º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F093D is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 9 61 -
CMYK 0 0.92 0.45 0.56
HSL 329.41º 0.85% 0.24% -
HSV(B) 329.41º 0.92% 0.44% -
XYZ 7.5 3.91 4.77 -
YUV 45.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 111 9 61 0 0.92 0.45 0.56 329.41 0.85 0.24
Hex 6F 9 3D 0 5C 2D 38 149 55 18
Octal 157 11 75 0 134 55 70 511 125 30
Binary 1101111 1001 111101 0 1011100 101101 111000 101001001 1010101 11000

Color Harmonies of #6F093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F093D

Black with #6F093D

Text Example


Text Example

White with #6F093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,9,61); }

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

background-color css

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

 a { background-color: rgb(111,9,61); }

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

border-color css

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

 span { border-color: rgb(111,9,61); }

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