Html Css Color HEX #51013C Tyrian Purple

📋 copy color: '#51013C'

red 81 ◦ green 1 ◦ blue 60

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

Shades of Tyrian Purple #51013C

Tints of Tyrian Purple #51013C

RGB

 RED value IS 81 (32.03% from 255) = 57.04%

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

 BLUE value IS 60 (23.83% from 255) = 42.25%

R = 57.04%
G = 0.7%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#51013C (or 0x51013C) is known color: Tyrian Purple. HEX triplet: 51, 01 and 3C. RGB value is (81,1,60). Sum of RGB (Red+Green+Blue) = 81+1+60=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #51013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51013C is #AEFEC3. Grayscale: #1F1F1F. Windows color (decimal): -11468484 or 3932497. OLE color: 3932497.

HSL color Cylindrical-coordinate representation of color #51013C: hue angle of 315.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51013C is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 1 60 -
CMYK 0 0.99 0.26 0.68
HSL 315.75º 0.98% 0.16% -
HSV(B) 315.75º 0.99% 0.32% -
XYZ 4.22 2.1 4.46 -
YUV 31.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 81 1 60 0 0.99 0.26 0.68 315.75 0.98 0.16
Hex 51 1 3C 0 63 1A 44 13C 62 10
Octal 121 1 74 0 143 32 104 474 142 20
Binary 1010001 1 111100 0 1100011 11010 1000100 100111100 1100010 10000

Color Harmonies of #51013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51013C

Black with #51013C

Text Example


Text Example

White with #51013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51013C; }

 p { color: rgb(81,1,60); }

 H1.HeaderClassName
 {
   color: #51013C;
 }
 .AnyTagClassName
 {
   color: #51013C;
 }
</style>

background-color css

<style>
 a { background-color: #51013C; }

 a { background-color: rgb(81,1,60); }

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

border-color css

<style>
 span { border-color: #51013C; }

 span { border-color: rgb(81,1,60); }

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