Html Css Color HEX #6D0957 Tyrian Purple

📋 copy color: '#6D0957'

red 109 ◦ green 9 ◦ blue 87

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

Shades of Tyrian Purple #6D0957

Tints of Tyrian Purple #6D0957

RGB

 RED value IS 109 (42.97% from 255) = 53.17%

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

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

R = 53.17%
G = 4.39%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.57

RGB Variations

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

Color information

#6D0957 (or 0x6D0957) is known color: Tyrian Purple. HEX triplet: 6D, 09 and 57. RGB value is (109,9,87). Sum of RGB (Red+Green+Blue) = 109+9+87=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0957 is #92F6A8. Grayscale: #2F2F2F. Windows color (decimal): -9631401 or 5704045. OLE color: 5704045.

HSL color Cylindrical-coordinate representation of color #6D0957: hue angle of 313.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0957 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 9 87 -
CMYK 0 0.92 0.20 0.57
HSL 313.2º 0.85% 0.23% -
HSV(B) 313.2º 0.92% 0.43% -
XYZ 8.12 4.13 9.39 -
YUV 47.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 109 9 87 0 0.92 0.20 0.57 313.2 0.85 0.23
Hex 6D 9 57 0 5C 14 39 139 55 17
Octal 155 11 127 0 134 24 71 471 125 27
Binary 1101101 1001 1010111 0 1011100 10100 111001 100111001 1010101 10111

Color Harmonies of #6D0957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0957

Black with #6D0957

Text Example


Text Example

White with #6D0957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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