Html Css Color HEX #6C0154 Tyrian Purple

📋 copy color: '#6C0154'

red 108 ◦ green 1 ◦ blue 84

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

Shades of Tyrian Purple #6C0154

Tints of Tyrian Purple #6C0154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 55.96%
G = 0.52%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6C0154 (or 0x6C0154) is known color: Tyrian Purple. HEX triplet: 6C, 01 and 54. RGB value is (108,1,84). Sum of RGB (Red+Green+Blue) = 108+1+84=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0154 is #93FEAB. Grayscale: #2A2A2A. Windows color (decimal): -9698988 or 5505388. OLE color: 5505388.

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

Color convert

RGB 108 1 84 -
CMYK 0 0.99 0.22 0.58
HSL 313.46º 0.98% 0.21% -
HSV(B) 313.46º 0.99% 0.42% -
XYZ 7.8 3.85 8.72 -
YUV 42.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 108 1 84 0 0.99 0.22 0.58 313.46 0.98 0.21
Hex 6C 1 54 0 63 16 3A 139 62 15
Octal 154 1 124 0 143 26 72 471 142 25
Binary 1101100 1 1010100 0 1100011 10110 111010 100111001 1100010 10101

Color Harmonies of #6C0154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0154

Black with #6C0154

Text Example


Text Example

White with #6C0154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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