Html Css Color HEX #6F093C Tyrian Purple

📋 copy color: '#6F093C'

red 111 ◦ green 9 ◦ blue 60

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

Shades of Tyrian Purple #6F093C

Tints of Tyrian Purple #6F093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.33%

R = 61.67%
G = 5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F093C (or 0x6F093C) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 3C. RGB value is (111,9,60). Sum of RGB (Red+Green+Blue) = 111+9+60=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F093C is #90F6C3. Grayscale: #2D2D2D. Windows color (decimal): -9500356 or 3934575. OLE color: 3934575.

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

Color convert

RGB 111 9 60 -
CMYK 0 0.92 0.46 0.56
HSL 330º 0.85% 0.24% -
HSV(B) 330º 0.92% 0.44% -
XYZ 7.47 3.9 4.63 -
YUV 45.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 111 9 60 0 0.92 0.46 0.56 330 0.85 0.24
Hex 6F 9 3C 0 5C 2E 38 14A 55 18
Octal 157 11 74 0 134 56 70 512 125 30
Binary 1101111 1001 111100 0 1011100 101110 111000 101001010 1010101 11000

Color Harmonies of #6F093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F093C

Black with #6F093C

Text Example


Text Example

White with #6F093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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