Html Css Color HEX #6F0948 Tyrian Purple

📋 copy color: '#6F0948'

red 111 ◦ green 9 ◦ blue 72

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

Shades of Tyrian Purple #6F0948

Tints of Tyrian Purple #6F0948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

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

R = 57.81%
G = 4.69%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F0948 (or 0x6F0948) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 48. RGB value is (111,9,72). Sum of RGB (Red+Green+Blue) = 111+9+72=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0948 is #90F6B7. Grayscale: #2E2E2E. Windows color (decimal): -9500344 or 4721007. OLE color: 4721007.

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

Color convert

RGB 111 9 72 -
CMYK 0 0.92 0.35 0.56
HSL 322.94º 0.85% 0.24% -
HSV(B) 322.94º 0.92% 0.44% -
XYZ 7.82 4.04 6.5 -
YUV 46.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 111 9 72 0 0.92 0.35 0.56 322.94 0.85 0.24
Hex 6F 9 48 0 5C 23 38 143 55 18
Octal 157 11 110 0 134 43 70 503 125 30
Binary 1101111 1001 1001000 0 1011100 100011 111000 101000011 1010101 11000

Color Harmonies of #6F0948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0948

Black with #6F0948

Text Example


Text Example

White with #6F0948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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