Html Css Color HEX #6B0557 Tyrian Purple

📋 copy color: '#6B0557'

red 107 ◦ green 5 ◦ blue 87

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

Shades of Tyrian Purple #6B0557

Tints of Tyrian Purple #6B0557

RGB

 RED value IS 107 (42.19% from 255) = 53.77%

 GREEN value IS 5 (2.34% from 255) = 2.51%

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

R = 53.77%
G = 2.51%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6B0557 (or 0x6B0557) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 57. RGB value is (107,5,87). Sum of RGB (Red+Green+Blue) = 107+5+87=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0557 is #94FAA8. Grayscale: #2C2C2C. Windows color (decimal): -9763497 or 5703019. OLE color: 5703019.

HSL color Cylindrical-coordinate representation of color #6B0557: hue angle of 311.76º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0557 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 5 87 -
CMYK 0 0.95 0.19 0.58
HSL 311.76º 0.91% 0.22% -
HSV(B) 311.76º 0.95% 0.42% -
XYZ 7.84 3.92 9.36 -
YUV 44.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 107 5 87 0 0.95 0.19 0.58 311.76 0.91 0.22
Hex 6B 5 57 0 5F 13 3A 138 5B 16
Octal 153 5 127 0 137 23 72 470 133 26
Binary 1101011 101 1010111 0 1011111 10011 111010 100111000 1011011 10110

Color Harmonies of #6B0557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0557

Black with #6B0557

Text Example


Text Example

White with #6B0557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,5,87); }

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

background-color css

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

 a { background-color: rgb(107,5,87); }

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

border-color css

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

 span { border-color: rgb(107,5,87); }

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