Html Css Color HEX #5C012E Tyrian Purple

📋 copy color: '#5C012E'

red 92 ◦ green 1 ◦ blue 46

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

Shades of Tyrian Purple #5C012E

Tints of Tyrian Purple #5C012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.09%

R = 66.19%
G = 0.72%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.64

RGB Variations

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

Color information

#5C012E (or 0x5C012E) is known color: Tyrian Purple. HEX triplet: 5C, 01 and 2E. RGB value is (92,1,46). Sum of RGB (Red+Green+Blue) = 92+1+46=139 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.19% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 92 - color contains mainly: red. Hex color #5C012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C012E is #A3FED1. Grayscale: #212121. Windows color (decimal): -10747602 or 3015004. OLE color: 3015004.

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

Color convert

RGB 92 1 46 -
CMYK 0 0.99 0.50 0.64
HSL 330.33º 0.98% 0.18% -
HSV(B) 330.33º 0.99% 0.36% -
XYZ 4.92 2.49 2.81 -
YUV 33.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 92 1 46 0 0.99 0.50 0.64 330.33 0.98 0.18
Hex 5C 1 2E 0 63 32 40 14A 62 12
Octal 134 1 56 0 143 62 100 512 142 22
Binary 1011100 1 101110 0 1100011 110010 1000000 101001010 1100010 10010

Color Harmonies of #5C012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C012E

Black with #5C012E

Text Example


Text Example

White with #5C012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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