Html Css Color HEX #6F0559 Tyrian Purple

📋 copy color: '#6F0559'

red 111 ◦ green 5 ◦ blue 89

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

Shades of Tyrian Purple #6F0559

Tints of Tyrian Purple #6F0559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

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

R = 54.15%
G = 2.44%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F0559 (or 0x6F0559) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 59. RGB value is (111,5,89). Sum of RGB (Red+Green+Blue) = 111+5+89=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0559 is #90FAA6. Grayscale: #2E2E2E. Windows color (decimal): -9501351 or 5834095. OLE color: 5834095.

HSL color Cylindrical-coordinate representation of color #6F0559: hue angle of 312.45º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0559 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 5 89 -
CMYK 0 0.95 0.20 0.56
HSL 312.45º 0.91% 0.23% -
HSV(B) 312.45º 0.95% 0.44% -
XYZ 8.41 4.21 9.82 -
YUV 46.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 111 5 89 0 0.95 0.20 0.56 312.45 0.91 0.23
Hex 6F 5 59 0 5F 14 38 138 5B 17
Octal 157 5 131 0 137 24 70 470 133 27
Binary 1101111 101 1011001 0 1011111 10100 111000 100111000 1011011 10111

Color Harmonies of #6F0559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0559

Black with #6F0559

Text Example


Text Example

White with #6F0559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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