Html Css Color HEX #5C064D Tyrian Purple

📋 copy color: '#5C064D'

red 92 ◦ green 6 ◦ blue 77

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

Shades of Tyrian Purple #5C064D

Tints of Tyrian Purple #5C064D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44%

R = 52.57%
G = 3.43%
B = 44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#5C064D (or 0x5C064D) is known color: Tyrian Purple. HEX triplet: 5C, 06 and 4D. RGB value is (92,6,77). Sum of RGB (Red+Green+Blue) = 92+6+77=175 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.57% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 92 - color contains mainly: red. Hex color #5C064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C064D is #A3F9B2. Grayscale: #272727. Windows color (decimal): -10746291 or 5047900. OLE color: 5047900.

HSL color Cylindrical-coordinate representation of color #5C064D: hue angle of 310.47º 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 #5C064D is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 6 77 -
CMYK 0 0.93 0.16 0.64
HSL 310.47º 0.88% 0.19% -
HSV(B) 310.47º 0.93% 0.36% -
XYZ 5.82 2.94 7.28 -
YUV 39.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 92 6 77 0 0.93 0.16 0.64 310.47 0.88 0.19
Hex 5C 6 4D 0 5D 10 40 136 58 13
Octal 134 6 115 0 135 20 100 466 130 23
Binary 1011100 110 1001101 0 1011101 10000 1000000 100110110 1011000 10011

Color Harmonies of #5C064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C064D

Black with #5C064D

Text Example


Text Example

White with #5C064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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