Html Css Color HEX #6C064C Tyrian Purple

📋 copy color: '#6C064C'

red 108 ◦ green 6 ◦ blue 76

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

Shades of Tyrian Purple #6C064C

Tints of Tyrian Purple #6C064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

 BLUE value IS 76 (30.08% from 255) = 40%

R = 56.84%
G = 3.16%
B = 40%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6C064C (or 0x6C064C) is known color: Tyrian Purple. HEX triplet: 6C, 06 and 4C. RGB value is (108,6,76). Sum of RGB (Red+Green+Blue) = 108+6+76=190 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.84% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 108 - color contains mainly: red. Hex color #6C064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C064C is #93F9B3. Grayscale: #2C2C2C. Windows color (decimal): -9697716 or 4982380. OLE color: 4982380.

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

Color convert

RGB 108 6 76 -
CMYK 0 0.94 0.30 0.58
HSL 318.82º 0.89% 0.22% -
HSV(B) 318.82º 0.94% 0.42% -
XYZ 7.55 3.84 7.18 -
YUV 44.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 108 6 76 0 0.94 0.30 0.58 318.82 0.89 0.22
Hex 6C 6 4C 0 5E 1E 3A 13F 59 16
Octal 154 6 114 0 136 36 72 477 131 26
Binary 1101100 110 1001100 0 1011110 11110 111010 100111111 1011001 10110

Color Harmonies of #6C064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C064C

Black with #6C064C

Text Example


Text Example

White with #6C064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,6,76); }

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

background-color css

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

 a { background-color: rgb(108,6,76); }

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

border-color css

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

 span { border-color: rgb(108,6,76); }

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