Html Css Color HEX #6F0057 Tyrian Purple

📋 copy color: '#6F0057'

red 111 ◦ green 0 ◦ blue 87

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

Shades of Tyrian Purple #6F0057

Tints of Tyrian Purple #6F0057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 43.94%

R = 56.06%
G = 0%
B = 43.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F0057 (or 0x6F0057) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 57. RGB value is (111,0,87). Sum of RGB (Red+Green+Blue) = 111+0+87=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0057 is #90FFA8. Grayscale: #2A2A2A. Windows color (decimal): -9502633 or 5701743. OLE color: 5701743.

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

Color convert

RGB 111 0 87 -
CMYK 0 1 0.22 0.56
HSL 312.97º 1% 0.22% -
HSV(B) 312.97º 1% 0.44% -
XYZ 8.28 4.07 9.37 -
YUV 43.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 111 0 87 0 1 0.22 0.56 312.97 1 0.22
Hex 6F 0 57 0 64 16 38 139 64 16
Octal 157 0 127 0 144 26 70 471 144 26
Binary 1101111 0 1010111 0 1100100 10110 111000 100111001 1100100 10110

Color Harmonies of #6F0057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0057

Black with #6F0057

Text Example


Text Example

White with #6F0057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,87); }

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

background-color css

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

 a { background-color: rgb(111,0,87); }

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

border-color css

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

 span { border-color: rgb(111,0,87); }

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