Html Css Color HEX #6F0448 Tyrian Purple

📋 copy color: '#6F0448'

red 111 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #6F0448

Tints of Tyrian Purple #6F0448

RGB

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

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

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

R = 59.36%
G = 2.14%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F0448 (or 0x6F0448) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 48. RGB value is (111,4,72). Sum of RGB (Red+Green+Blue) = 111+4+72=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0448 is #90FBB7. Grayscale: #2B2B2B. Windows color (decimal): -9501624 or 4719727. OLE color: 4719727.

HSL color Cylindrical-coordinate representation of color #6F0448: hue angle of 321.87º 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 #6F0448 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 4 72 -
CMYK 0 0.96 0.35 0.56
HSL 321.87º 0.93% 0.23% -
HSV(B) 321.87º 0.96% 0.44% -
XYZ 7.77 3.93 6.48 -
YUV 43.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 111 4 72 0 0.96 0.35 0.56 321.87 0.93 0.23
Hex 6F 4 48 0 60 23 38 142 5D 17
Octal 157 4 110 0 140 43 70 502 135 27
Binary 1101111 100 1001000 0 1100000 100011 111000 101000010 1011101 10111

Color Harmonies of #6F0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0448

Black with #6F0448

Text Example


Text Example

White with #6F0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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