Html Css Color HEX #6C044C Tyrian Purple

📋 copy color: '#6C044C'

red 108 ◦ green 4 ◦ blue 76

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

Shades of Tyrian Purple #6C044C

Tints of Tyrian Purple #6C044C

RGB

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

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

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

R = 57.45%
G = 2.13%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6C044C (or 0x6C044C) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 4C. RGB value is (108,4,76). Sum of RGB (Red+Green+Blue) = 108+4+76=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C044C is #93FBB3. Grayscale: #2B2B2B. Windows color (decimal): -9698228 or 4981868. OLE color: 4981868.

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

Color convert

RGB 108 4 76 -
CMYK 0 0.96 0.30 0.58
HSL 318.46º 0.93% 0.22% -
HSV(B) 318.46º 0.96% 0.42% -
XYZ 7.53 3.8 7.17 -
YUV 43.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 108 4 76 0 0.96 0.30 0.58 318.46 0.93 0.22
Hex 6C 4 4C 0 60 1E 3A 13E 5D 16
Octal 154 4 114 0 140 36 72 476 135 26
Binary 1101100 100 1001100 0 1100000 11110 111010 100111110 1011101 10110

Color Harmonies of #6C044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C044C

Black with #6C044C

Text Example


Text Example

White with #6C044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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