Html Css Color HEX #6C0450 Tyrian Purple

📋 copy color: '#6C0450'

red 108 ◦ green 4 ◦ blue 80

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

Shades of Tyrian Purple #6C0450

Tints of Tyrian Purple #6C0450

RGB

 RED value IS 108 (42.58% from 255) = 56.25%

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

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

R = 56.25%
G = 2.08%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6C0450 (or 0x6C0450) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 50. RGB value is (108,4,80). Sum of RGB (Red+Green+Blue) = 108+4+80=192 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.25% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0450 is #93FBAF. Grayscale: #2B2B2B. Windows color (decimal): -9698224 or 5244012. OLE color: 5244012.

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

Color convert

RGB 108 4 80 -
CMYK 0 0.96 0.26 0.58
HSL 316.15º 0.93% 0.22% -
HSV(B) 316.15º 0.96% 0.42% -
XYZ 7.68 3.85 7.93 -
YUV 43.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 108 4 80 0 0.96 0.26 0.58 316.15 0.93 0.22
Hex 6C 4 50 0 60 1A 3A 13C 5D 16
Octal 154 4 120 0 140 32 72 474 135 26
Binary 1101100 100 1010000 0 1100000 11010 111010 100111100 1011101 10110

Color Harmonies of #6C0450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0450

Black with #6C0450

Text Example


Text Example

White with #6C0450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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