Html Css Color HEX #6B0450 Tyrian Purple

📋 copy color: '#6B0450'

red 107 ◦ green 4 ◦ blue 80

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

Shades of Tyrian Purple #6B0450

Tints of Tyrian Purple #6B0450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

 BLUE value IS 80 (31.64% from 255) = 41.88%

R = 56.02%
G = 2.09%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6B0450 (or 0x6B0450) is known color: Tyrian Purple. HEX triplet: 6B, 04 and 50. RGB value is (107,4,80). Sum of RGB (Red+Green+Blue) = 107+4+80=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0450 is #94FBAF. Grayscale: #2B2B2B. Windows color (decimal): -9763760 or 5244011. OLE color: 5244011.

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

Color convert

RGB 107 4 80 -
CMYK 0 0.96 0.25 0.58
HSL 315.73º 0.93% 0.22% -
HSV(B) 315.73º 0.96% 0.42% -
XYZ 7.55 3.79 7.92 -
YUV 43.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 107 4 80 0 0.96 0.25 0.58 315.73 0.93 0.22
Hex 6B 4 50 0 60 19 3A 13C 5D 16
Octal 153 4 120 0 140 31 72 474 135 26
Binary 1101011 100 1010000 0 1100000 11001 111010 100111100 1011101 10110

Color Harmonies of #6B0450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0450

Black with #6B0450

Text Example


Text Example

White with #6B0450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,4,80); }

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

background-color css

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

 a { background-color: rgb(107,4,80); }

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

border-color css

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

 span { border-color: rgb(107,4,80); }

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