Html Css Color HEX #6C005A Tyrian Purple

📋 copy color: '#6C005A'

red 108 ◦ green 0 ◦ blue 90

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

Shades of Tyrian Purple #6C005A

Tints of Tyrian Purple #6C005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 54.55%
G = 0%
B = 45.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6C005A (or 0x6C005A) is known color: Tyrian Purple. HEX triplet: 6C, 00 and 5A. RGB value is (108,0,90). Sum of RGB (Red+Green+Blue) = 108+0+90=198 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.55% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 108 - color contains mainly: red. Hex color #6C005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C005A is #93FFA5. Grayscale: #2A2A2A. Windows color (decimal): -9699238 or 5898348. OLE color: 5898348.

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

Color convert

RGB 108 0 90 -
CMYK 0 1 0.17 0.58
HSL 310º 1% 0.21% -
HSV(B) 310º 1% 0.42% -
XYZ 8.03 3.93 10.01 -
YUV 42.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 108 0 90 0 1 0.17 0.58 310 1 0.21
Hex 6C 0 5A 0 64 11 3A 136 64 15
Octal 154 0 132 0 144 21 72 466 144 25
Binary 1101100 0 1011010 0 1100100 10001 111010 100110110 1100100 10101

Color Harmonies of #6C005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C005A

Black with #6C005A

Text Example


Text Example

White with #6C005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,0,90); }

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

background-color css

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

 a { background-color: rgb(108,0,90); }

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

border-color css

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

 span { border-color: rgb(108,0,90); }

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