Html Css Color HEX #5C012F Tyrian Purple

📋 copy color: '#5C012F'

red 92 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #5C012F

Tints of Tyrian Purple #5C012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 47 (18.75% from 255) = 33.57%

R = 65.71%
G = 0.71%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5C012F (or 0x5C012F) is known color: Tyrian Purple. HEX triplet: 5C, 01 and 2F. RGB value is (92,1,47). Sum of RGB (Red+Green+Blue) = 92+1+47=140 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.71% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 92 - color contains mainly: red. Hex color #5C012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C012F is #A3FED0. Grayscale: #212121. Windows color (decimal): -10747601 or 3080540. OLE color: 3080540.

HSL color Cylindrical-coordinate representation of color #5C012F: hue angle of 329.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C012F is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 1 47 -
CMYK 0 0.99 0.49 0.64
HSL 329.67º 0.98% 0.18% -
HSV(B) 329.67º 0.99% 0.36% -
XYZ 4.94 2.5 2.91 -
YUV 33.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 92 1 47 0 0.99 0.49 0.64 329.67 0.98 0.18
Hex 5C 1 2F 0 63 31 40 14A 62 12
Octal 134 1 57 0 143 61 100 512 142 22
Binary 1011100 1 101111 0 1100011 110001 1000000 101001010 1100010 10010

Color Harmonies of #5C012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C012F

Black with #5C012F

Text Example


Text Example

White with #5C012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,1,47); }

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

background-color css

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

 a { background-color: rgb(92,1,47); }

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

border-color css

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

 span { border-color: rgb(92,1,47); }

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