Html Css Color HEX #6F0957 Tyrian Purple

📋 copy color: '#6F0957'

red 111 ◦ green 9 ◦ blue 87

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

Shades of Tyrian Purple #6F0957

Tints of Tyrian Purple #6F0957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.35%

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

R = 53.62%
G = 4.35%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F0957 (or 0x6F0957) is known color: Tyrian Purple. HEX triplet: 6F, 09 and 57. RGB value is (111,9,87). Sum of RGB (Red+Green+Blue) = 111+9+87=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0957 is #90F6A8. Grayscale: #303030. Windows color (decimal): -9500329 or 5704047. OLE color: 5704047.

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

Color convert

RGB 111 9 87 -
CMYK 0 0.92 0.22 0.56
HSL 314.12º 0.85% 0.24% -
HSV(B) 314.12º 0.92% 0.44% -
XYZ 8.37 4.26 9.4 -
YUV 48.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 111 9 87 0 0.92 0.22 0.56 314.12 0.85 0.24
Hex 6F 9 57 0 5C 16 38 13A 55 18
Octal 157 11 127 0 134 26 70 472 125 30
Binary 1101111 1001 1010111 0 1011100 10110 111000 100111010 1010101 11000

Color Harmonies of #6F0957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0957

Black with #6F0957

Text Example


Text Example

White with #6F0957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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