Html Css Color HEX #6B0757 Tyrian Purple

📋 copy color: '#6B0757'

red 107 ◦ green 7 ◦ blue 87

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

Shades of Tyrian Purple #6B0757

Tints of Tyrian Purple #6B0757

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.48%

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

R = 53.23%
G = 3.48%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6B0757 (or 0x6B0757) is known color: Tyrian Purple. HEX triplet: 6B, 07 and 57. RGB value is (107,7,87). Sum of RGB (Red+Green+Blue) = 107+7+87=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0757 is #94F8A8. Grayscale: #2D2D2D. Windows color (decimal): -9762985 or 5703531. OLE color: 5703531.

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

Color convert

RGB 107 7 87 -
CMYK 0 0.93 0.19 0.58
HSL 312º 0.88% 0.22% -
HSV(B) 312º 0.93% 0.42% -
XYZ 7.86 3.97 9.37 -
YUV 46.02 151.13 171.5 -
System Red Green Blue C M Y K H S L
Decimal 107 7 87 0 0.93 0.19 0.58 312 0.88 0.22
Hex 6B 7 57 0 5D 13 3A 138 58 16
Octal 153 7 127 0 135 23 72 470 130 26
Binary 1101011 111 1010111 0 1011101 10011 111010 100111000 1011000 10110

Color Harmonies of #6B0757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0757

Black with #6B0757

Text Example


Text Example

White with #6B0757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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