Html Css Color HEX #6F0359 Tyrian Purple

📋 copy color: '#6F0359'

red 111 ◦ green 3 ◦ blue 89

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

Shades of Tyrian Purple #6F0359

Tints of Tyrian Purple #6F0359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 54.68%
G = 1.48%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F0359 (or 0x6F0359) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 59. RGB value is (111,3,89). Sum of RGB (Red+Green+Blue) = 111+3+89=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0359 is #90FCA6. Grayscale: #2C2C2C. Windows color (decimal): -9501863 or 5833583. OLE color: 5833583.

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

Color convert

RGB 111 3 89 -
CMYK 0 0.97 0.20 0.56
HSL 312.22º 0.95% 0.22% -
HSV(B) 312.22º 0.97% 0.44% -
XYZ 8.39 4.17 9.81 -
YUV 45.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 111 3 89 0 0.97 0.20 0.56 312.22 0.95 0.22
Hex 6F 3 59 0 61 14 38 138 5F 16
Octal 157 3 131 0 141 24 70 470 137 26
Binary 1101111 11 1011001 0 1100001 10100 111000 100111000 1011111 10110

Color Harmonies of #6F0359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0359

Black with #6F0359

Text Example


Text Example

White with #6F0359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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