Html Css Color HEX #5C064C Tyrian Purple

📋 copy color: '#5C064C'

red 92 ◦ green 6 ◦ blue 76

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

Shades of Tyrian Purple #5C064C

Tints of Tyrian Purple #5C064C

RGB

 RED value IS 92 (36.33% from 255) = 52.87%

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

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

R = 52.87%
G = 3.45%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#5C064C (or 0x5C064C) is known color: Tyrian Purple. HEX triplet: 5C, 06 and 4C. RGB value is (92,6,76). Sum of RGB (Red+Green+Blue) = 92+6+76=174 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.87% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 92 - color contains mainly: red. Hex color #5C064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C064C is #A3F9B3. Grayscale: #272727. Windows color (decimal): -10746292 or 4982364. OLE color: 4982364.

HSL color Cylindrical-coordinate representation of color #5C064C: hue angle of 311.16º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C064C is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 6 76 -
CMYK 0 0.93 0.17 0.64
HSL 311.16º 0.88% 0.19% -
HSV(B) 311.16º 0.93% 0.36% -
XYZ 5.78 2.93 7.1 -
YUV 39.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 92 6 76 0 0.93 0.17 0.64 311.16 0.88 0.19
Hex 5C 6 4C 0 5D 11 40 137 58 13
Octal 134 6 114 0 135 21 100 467 130 23
Binary 1011100 110 1001100 0 1011101 10001 1000000 100110111 1011000 10011

Color Harmonies of #5C064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C064C

Black with #5C064C

Text Example


Text Example

White with #5C064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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