Html Css Color HEX #6B0756 Tyrian Purple

📋 copy color: '#6B0756'

red 107 ◦ green 7 ◦ blue 86

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

Shades of Tyrian Purple #6B0756

Tints of Tyrian Purple #6B0756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 43%

R = 53.5%
G = 3.5%
B = 43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#6B0756 (or 0x6B0756) is known color: Tyrian Purple. HEX triplet: 6B, 07 and 56. RGB value is (107,7,86). Sum of RGB (Red+Green+Blue) = 107+7+86=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0756 is #94F8A9. Grayscale: #2D2D2D. Windows color (decimal): -9762986 or 5637995. OLE color: 5637995.

HSL color Cylindrical-coordinate representation of color #6B0756: hue angle of 312.6º 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 #6B0756 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 7 86 -
CMYK 0 0.93 0.20 0.58
HSL 312.6º 0.88% 0.22% -
HSV(B) 312.6º 0.93% 0.42% -
XYZ 7.82 3.95 9.15 -
YUV 45.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 107 7 86 0 0.93 0.20 0.58 312.6 0.88 0.22
Hex 6B 7 56 0 5D 14 3A 139 58 16
Octal 153 7 126 0 135 24 72 471 130 26
Binary 1101011 111 1010110 0 1011101 10100 111010 100111001 1011000 10110

Color Harmonies of #6B0756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0756

Black with #6B0756

Text Example


Text Example

White with #6B0756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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