Html Css Color HEX #6F044C Tyrian Purple

📋 copy color: '#6F044C'

red 111 ◦ green 4 ◦ blue 76

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

Shades of Tyrian Purple #6F044C

Tints of Tyrian Purple #6F044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

 BLUE value IS 76 (30.08% from 255) = 39.79%

R = 58.12%
G = 2.09%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F044C (or 0x6F044C) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 4C. RGB value is (111,4,76). Sum of RGB (Red+Green+Blue) = 111+4+76=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F044C is #90FBB3. Grayscale: #2C2C2C. Windows color (decimal): -9501620 or 4981871. OLE color: 4981871.

HSL color Cylindrical-coordinate representation of color #6F044C: hue angle of 319.63º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F044C is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 4 76 -
CMYK 0 0.96 0.32 0.56
HSL 319.63º 0.93% 0.23% -
HSV(B) 319.63º 0.96% 0.44% -
XYZ 7.9 3.99 7.19 -
YUV 44.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 111 4 76 0 0.96 0.32 0.56 319.63 0.93 0.23
Hex 6F 4 4C 0 60 20 38 140 5D 17
Octal 157 4 114 0 140 40 70 500 135 27
Binary 1101111 100 1001100 0 1100000 100000 111000 101000000 1011101 10111

Color Harmonies of #6F044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F044C

Black with #6F044C

Text Example


Text Example

White with #6F044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,4,76); }

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

background-color css

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

 a { background-color: rgb(111,4,76); }

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

border-color css

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

 span { border-color: rgb(111,4,76); }

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