Html Css Color HEX #6F0D48 Tyrian Purple

📋 copy color: '#6F0D48'

red 111 ◦ green 13 ◦ blue 72

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

Shades of Tyrian Purple #6F0D48

Tints of Tyrian Purple #6F0D48

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.63%

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

R = 56.63%
G = 6.63%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F0D48 (or 0x6F0D48) is known color: Tyrian Purple. HEX triplet: 6F, 0D and 48. RGB value is (111,13,72). Sum of RGB (Red+Green+Blue) = 111+13+72=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D48 is #90F2B7. Grayscale: #303030. Windows color (decimal): -9499320 or 4722031. OLE color: 4722031.

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

Color convert

RGB 111 13 72 -
CMYK 0 0.88 0.35 0.56
HSL 323.88º 0.79% 0.24% -
HSV(B) 323.88º 0.88% 0.44% -
XYZ 7.87 4.14 6.51 -
YUV 49.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 111 13 72 0 0.88 0.35 0.56 323.88 0.79 0.24
Hex 6F D 48 0 58 23 38 144 4F 18
Octal 157 15 110 0 130 43 70 504 117 30
Binary 1101111 1101 1001000 0 1011000 100011 111000 101000100 1001111 11000

Color Harmonies of #6F0D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0D48

Black with #6F0D48

Text Example


Text Example

White with #6F0D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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