Html Css Color HEX #6F0450 Tyrian Purple

📋 copy color: '#6F0450'

red 111 ◦ green 4 ◦ blue 80

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

Shades of Tyrian Purple #6F0450

Tints of Tyrian Purple #6F0450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 56.92%
G = 2.05%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#6F0450 (or 0x6F0450) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 50. RGB value is (111,4,80). Sum of RGB (Red+Green+Blue) = 111+4+80=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0450 is #90FBAF. Grayscale: #2C2C2C. Windows color (decimal): -9501616 or 5244015. OLE color: 5244015.

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

Color convert

RGB 111 4 80 -
CMYK 0 0.96 0.28 0.56
HSL 317.38º 0.93% 0.23% -
HSV(B) 317.38º 0.96% 0.44% -
XYZ 8.05 4.05 7.95 -
YUV 44.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 111 4 80 0 0.96 0.28 0.56 317.38 0.93 0.23
Hex 6F 4 50 0 60 1C 38 13D 5D 17
Octal 157 4 120 0 140 34 70 475 135 27
Binary 1101111 100 1010000 0 1100000 11100 111000 100111101 1011101 10111

Color Harmonies of #6F0450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0450

Black with #6F0450

Text Example


Text Example

White with #6F0450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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