Html Css Color HEX #6F0357 Tyrian Purple

📋 copy color: '#6F0357'

red 111 ◦ green 3 ◦ blue 87

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

Shades of Tyrian Purple #6F0357

Tints of Tyrian Purple #6F0357

RGB

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

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

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

R = 55.22%
G = 1.49%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F0357 (or 0x6F0357) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 57. RGB value is (111,3,87). Sum of RGB (Red+Green+Blue) = 111+3+87=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0357 is #90FCA8. Grayscale: #2C2C2C. Windows color (decimal): -9501865 or 5702511. OLE color: 5702511.

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

Color convert

RGB 111 3 87 -
CMYK 0 0.97 0.22 0.56
HSL 313.33º 0.95% 0.22% -
HSV(B) 313.33º 0.97% 0.44% -
XYZ 8.31 4.13 9.38 -
YUV 44.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 111 3 87 0 0.97 0.22 0.56 313.33 0.95 0.22
Hex 6F 3 57 0 61 16 38 139 5F 16
Octal 157 3 127 0 141 26 70 471 137 26
Binary 1101111 11 1010111 0 1100001 10110 111000 100111001 1011111 10110

Color Harmonies of #6F0357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0357

Black with #6F0357

Text Example


Text Example

White with #6F0357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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