Html Css Color HEX #51003A Tyrian Purple

📋 copy color: '#51003A'

red 81 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #51003A

Tints of Tyrian Purple #51003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 41.73%

R = 58.27%
G = 0%
B = 41.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#51003A (or 0x51003A) is known color: Tyrian Purple. HEX triplet: 51, 00 and 3A. RGB value is (81,0,58). Sum of RGB (Red+Green+Blue) = 81+0+58=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #51003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51003A is #AEFFC5. Grayscale: #1E1E1E. Windows color (decimal): -11468742 or 3801169. OLE color: 3801169.

HSL color Cylindrical-coordinate representation of color #51003A: hue angle of 317.04º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51003A is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 0 58 -
CMYK 0 1 0.28 0.68
HSL 317.04º 1% 0.16% -
HSV(B) 317.04º 1% 0.32% -
XYZ 4.16 2.05 4.18 -
YUV 30.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 81 0 58 0 1 0.28 0.68 317.04 1 0.16
Hex 51 0 3A 0 64 1C 44 13D 64 10
Octal 121 0 72 0 144 34 104 475 144 20
Binary 1010001 0 111010 0 1100100 11100 1000100 100111101 1100100 10000

Color Harmonies of #51003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51003A

Black with #51003A

Text Example


Text Example

White with #51003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51003A; }

 p { color: rgb(81,0,58); }

 H1.HeaderClassName
 {
   color: #51003A;
 }
 .AnyTagClassName
 {
   color: #51003A;
 }
</style>

background-color css

<style>
 a { background-color: #51003A; }

 a { background-color: rgb(81,0,58); }

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

border-color css

<style>
 span { border-color: #51003A; }

 span { border-color: rgb(81,0,58); }

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