Html Css Color HEX #6C0354 Tyrian Purple

📋 copy color: '#6C0354'

red 108 ◦ green 3 ◦ blue 84

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

Shades of Tyrian Purple #6C0354

Tints of Tyrian Purple #6C0354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

 BLUE value IS 84 (33.2% from 255) = 43.08%

R = 55.38%
G = 1.54%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6C0354 (or 0x6C0354) is known color: Tyrian Purple. HEX triplet: 6C, 03 and 54. RGB value is (108,3,84). Sum of RGB (Red+Green+Blue) = 108+3+84=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0354 is #93FCAB. Grayscale: #2B2B2B. Windows color (decimal): -9698476 or 5505900. OLE color: 5505900.

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

Color convert

RGB 108 3 84 -
CMYK 0 0.97 0.22 0.58
HSL 313.71º 0.95% 0.22% -
HSV(B) 313.71º 0.97% 0.42% -
XYZ 7.82 3.89 8.73 -
YUV 43.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 108 3 84 0 0.97 0.22 0.58 313.71 0.95 0.22
Hex 6C 3 54 0 61 16 3A 13A 5F 16
Octal 154 3 124 0 141 26 72 472 137 26
Binary 1101100 11 1010100 0 1100001 10110 111010 100111010 1011111 10110

Color Harmonies of #6C0354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0354

Black with #6C0354

Text Example


Text Example

White with #6C0354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,84); }

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

background-color css

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

 a { background-color: rgb(108,3,84); }

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

border-color css

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

 span { border-color: rgb(108,3,84); }

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