Html Css Color HEX #6F0459 Tyrian Purple

📋 copy color: '#6F0459'

red 111 ◦ green 4 ◦ blue 89

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

Shades of Tyrian Purple #6F0459

Tints of Tyrian Purple #6F0459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43.63%

R = 54.41%
G = 1.96%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F0459 (or 0x6F0459) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 59. RGB value is (111,4,89). Sum of RGB (Red+Green+Blue) = 111+4+89=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0459 is #90FBA6. Grayscale: #2D2D2D. Windows color (decimal): -9501607 or 5833839. OLE color: 5833839.

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

Color convert

RGB 111 4 89 -
CMYK 0 0.96 0.20 0.56
HSL 312.34º 0.93% 0.23% -
HSV(B) 312.34º 0.96% 0.44% -
XYZ 8.4 4.19 9.82 -
YUV 45.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 111 4 89 0 0.96 0.20 0.56 312.34 0.93 0.23
Hex 6F 4 59 0 60 14 38 138 5D 17
Octal 157 4 131 0 140 24 70 470 135 27
Binary 1101111 100 1011001 0 1100000 10100 111000 100111000 1011101 10111

Color Harmonies of #6F0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0459

Black with #6F0459

Text Example


Text Example

White with #6F0459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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