Html Css Color HEX #6F002C Tyrian Purple

📋 copy color: '#6F002C'

red 111 ◦ green 0 ◦ blue 44

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

Shades of Tyrian Purple #6F002C

Tints of Tyrian Purple #6F002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 71.61%
G = 0%
B = 28.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#6F002C (or 0x6F002C) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 2C. RGB value is (111,0,44). Sum of RGB (Red+Green+Blue) = 111+0+44=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F002C is #90FFD3. Grayscale: #262626. Windows color (decimal): -9502676 or 2883695. OLE color: 2883695.

HSL color Cylindrical-coordinate representation of color #6F002C: hue angle of 336.22º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F002C is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 0 44 -
CMYK 0 1 0.60 0.56
HSL 336.22º 1% 0.22% -
HSV(B) 336.22º 1% 0.44% -
XYZ 7.01 3.56 2.7 -
YUV 38.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 111 0 44 0 1 0.60 0.56 336.22 1 0.22
Hex 6F 0 2C 0 64 3C 38 150 64 16
Octal 157 0 54 0 144 74 70 520 144 26
Binary 1101111 0 101100 0 1100100 111100 111000 101010000 1100100 10110

Color Harmonies of #6F002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F002C

Black with #6F002C

Text Example


Text Example

White with #6F002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,44); }

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

background-color css

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

 a { background-color: rgb(111,0,44); }

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

border-color css

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

 span { border-color: rgb(111,0,44); }

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