Html Css Color HEX #6F0548 Tyrian Purple

📋 copy color: '#6F0548'

red 111 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #6F0548

Tints of Tyrian Purple #6F0548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 59.04%
G = 2.66%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F0548 (or 0x6F0548) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 48. RGB value is (111,5,72). Sum of RGB (Red+Green+Blue) = 111+5+72=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0548 is #90FAB7. Grayscale: #2C2C2C. Windows color (decimal): -9501368 or 4719983. OLE color: 4719983.

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

Color convert

RGB 111 5 72 -
CMYK 0 0.95 0.35 0.56
HSL 322.08º 0.91% 0.23% -
HSV(B) 322.08º 0.95% 0.44% -
XYZ 7.78 3.96 6.48 -
YUV 44.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 111 5 72 0 0.95 0.35 0.56 322.08 0.91 0.23
Hex 6F 5 48 0 5F 23 38 142 5B 17
Octal 157 5 110 0 137 43 70 502 133 27
Binary 1101111 101 1001000 0 1011111 100011 111000 101000010 1011011 10111

Color Harmonies of #6F0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0548

Black with #6F0548

Text Example


Text Example

White with #6F0548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,5,72); }

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

background-color css

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

 a { background-color: rgb(111,5,72); }

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

border-color css

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

 span { border-color: rgb(111,5,72); }

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