Html Css Color HEX #6F0C4F Tyrian Purple

📋 copy color: '#6F0C4F'

red 111 ◦ green 12 ◦ blue 79

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

Shades of Tyrian Purple #6F0C4F

Tints of Tyrian Purple #6F0C4F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.94%

 BLUE value IS 79 (31.25% from 255) = 39.11%

R = 54.95%
G = 5.94%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#6F0C4F (or 0x6F0C4F) is known color: Tyrian Purple. HEX triplet: 6F, 0C and 4F. RGB value is (111,12,79). Sum of RGB (Red+Green+Blue) = 111+12+79=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C4F is #90F3B0. Grayscale: #313131. Windows color (decimal): -9499569 or 5180527. OLE color: 5180527.

HSL color Cylindrical-coordinate representation of color #6F0C4F: hue angle of 319.39º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C4F is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 12 79 -
CMYK 0 0.89 0.29 0.56
HSL 319.39º 0.8% 0.24% -
HSV(B) 319.39º 0.89% 0.44% -
XYZ 8.1 4.21 7.78 -
YUV 49.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 111 12 79 0 0.89 0.29 0.56 319.39 0.8 0.24
Hex 6F C 4F 0 59 1D 38 13F 50 18
Octal 157 14 117 0 131 35 70 477 120 30
Binary 1101111 1100 1001111 0 1011001 11101 111000 100111111 1010000 11000

Color Harmonies of #6F0C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C4F

Black with #6F0C4F

Text Example


Text Example

White with #6F0C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,12,79); }

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

background-color css

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

 a { background-color: rgb(111,12,79); }

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

border-color css

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

 span { border-color: rgb(111,12,79); }

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