Html Css Color HEX #6F0B3C Tyrian Purple

📋 copy color: '#6F0B3C'

red 111 ◦ green 11 ◦ blue 60

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

Shades of Tyrian Purple #6F0B3C

Tints of Tyrian Purple #6F0B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.04%

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

R = 60.99%
G = 6.04%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F0B3C (or 0x6F0B3C) is known color: Tyrian Purple. HEX triplet: 6F, 0B and 3C. RGB value is (111,11,60). Sum of RGB (Red+Green+Blue) = 111+11+60=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B3C is #90F4C3. Grayscale: #2E2E2E. Windows color (decimal): -9499844 or 3935087. OLE color: 3935087.

HSL color Cylindrical-coordinate representation of color #6F0B3C: hue angle of 330.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B3C is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 11 60 -
CMYK 0 0.90 0.46 0.56
HSL 330.6º 0.82% 0.24% -
HSV(B) 330.6º 0.9% 0.44% -
XYZ 7.49 3.95 4.64 -
YUV 46.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 111 11 60 0 0.90 0.46 0.56 330.6 0.82 0.24
Hex 6F B 3C 0 5A 2E 38 14B 52 18
Octal 157 13 74 0 132 56 70 513 122 30
Binary 1101111 1011 111100 0 1011010 101110 111000 101001011 1010010 11000

Color Harmonies of #6F0B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B3C

Black with #6F0B3C

Text Example


Text Example

White with #6F0B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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