Html Css Color HEX #6F0935 Tyrian Purple

📋 copy color: '#6F0935'

red 111 ◦ green 9 ◦ blue 53

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

Shades of Tyrian Purple #6F0935

Tints of Tyrian Purple #6F0935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.64%

R = 64.16%
G = 5.2%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#6F0935 (or 0x6F0935) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 35. RGB value is (111,9,53). Sum of RGB (Red+Green+Blue) = 111+9+53=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0935 is #90F6CA. Grayscale: #2C2C2C. Windows color (decimal): -9500363 or 3475823. OLE color: 3475823.

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

Color convert

RGB 111 9 53 -
CMYK 0 0.92 0.52 0.56
HSL 334.12º 0.85% 0.24% -
HSV(B) 334.12º 0.92% 0.44% -
XYZ 7.3 3.83 3.72 -
YUV 44.51 132.79 175.42 -
System Red Green Blue C M Y K H S L
Decimal 111 9 53 0 0.92 0.52 0.56 334.12 0.85 0.24
Hex 6F 9 35 0 5C 34 38 14E 55 18
Octal 157 11 65 0 134 64 70 516 125 30
Binary 1101111 1001 110101 0 1011100 110100 111000 101001110 1010101 11000

Color Harmonies of #6F0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0935

Black with #6F0935

Text Example


Text Example

White with #6F0935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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