Html Css Color HEX #51014C Tyrian Purple

📋 copy color: '#51014C'

red 81 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #51014C

Tints of Tyrian Purple #51014C

RGB

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

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

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

R = 51.27%
G = 0.63%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#51014C (or 0x51014C) is known color: Tyrian Purple. HEX triplet: 51, 01 and 4C. RGB value is (81,1,76). Sum of RGB (Red+Green+Blue) = 81+1+76=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #51014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51014C is #AEFEB3. Grayscale: #212121. Windows color (decimal): -11468468 or 4981073. OLE color: 4981073.

HSL color Cylindrical-coordinate representation of color #51014C: hue angle of 303.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 #51014C is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 1 76 -
CMYK 0 0.99 0.06 0.68
HSL 303.75º 0.98% 0.16% -
HSV(B) 303.75º 0.99% 0.32% -
XYZ 4.71 2.29 7.03 -
YUV 33.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 81 1 76 0 0.99 0.06 0.68 303.75 0.98 0.16
Hex 51 1 4C 0 63 6 44 130 62 10
Octal 121 1 114 0 143 6 104 460 142 20
Binary 1010001 1 1001100 0 1100011 110 1000100 100110000 1100010 10000

Color Harmonies of #51014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51014C

Black with #51014C

Text Example


Text Example

White with #51014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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