Html Css Color HEX #6F0F3A Tyrian Purple

📋 copy color: '#6F0F3A'

red 111 ◦ green 15 ◦ blue 58

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

Shades of Tyrian Purple #6F0F3A

Tints of Tyrian Purple #6F0F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.15%

 BLUE value IS 58 (23.05% from 255) = 31.52%

R = 60.33%
G = 8.15%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F0F3A (or 0x6F0F3A) is known color: Tyrian Purple. HEX triplet: 6F, 0F and 3A. RGB value is (111,15,58). Sum of RGB (Red+Green+Blue) = 111+15+58=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F3A is #90F0C5. Grayscale: #303030. Windows color (decimal): -9498822 or 3805039. OLE color: 3805039.

HSL color Cylindrical-coordinate representation of color #6F0F3A: hue angle of 333.12º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F0F3A is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 15 58 -
CMYK 0 0.86 0.48 0.56
HSL 333.13º 0.76% 0.25% -
HSV(B) 333.13º 0.86% 0.44% -
XYZ 7.49 4.03 4.39 -
YUV 48.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 111 15 58 0 0.86 0.48 0.56 333.13 0.76 0.25
Hex 6F F 3A 0 56 30 38 14D 4C 19
Octal 157 17 72 0 126 60 70 515 114 31
Binary 1101111 1111 111010 0 1010110 110000 111000 101001101 1001100 11001

Color Harmonies of #6F0F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0F3A

Black with #6F0F3A

Text Example


Text Example

White with #6F0F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,15,58); }

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

background-color css

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

 a { background-color: rgb(111,15,58); }

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

border-color css

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

 span { border-color: rgb(111,15,58); }

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