Html Css Color HEX #6F0048 Tyrian Purple

📋 copy color: '#6F0048'

red 111 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #6F0048

Tints of Tyrian Purple #6F0048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.66%
G = 0%
B = 39.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F0048 (or 0x6F0048) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 48. RGB value is (111,0,72). Sum of RGB (Red+Green+Blue) = 111+0+72=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0048 is #90FFB7. Grayscale: #292929. Windows color (decimal): -9502648 or 4718703. OLE color: 4718703.

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

Color convert

RGB 111 0 72 -
CMYK 0 1 0.35 0.56
HSL 321.08º 1% 0.22% -
HSV(B) 321.08º 1% 0.44% -
XYZ 7.73 3.85 6.47 -
YUV 41.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 111 0 72 0 1 0.35 0.56 321.08 1 0.22
Hex 6F 0 48 0 64 23 38 141 64 16
Octal 157 0 110 0 144 43 70 501 144 26
Binary 1101111 0 1001000 0 1100100 100011 111000 101000001 1100100 10110

Color Harmonies of #6F0048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0048

Black with #6F0048

Text Example


Text Example

White with #6F0048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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