Html Css Color HEX #51003F Tyrian Purple

📋 copy color: '#51003F'

red 81 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #51003F

Tints of Tyrian Purple #51003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 43.75%

R = 56.25%
G = 0%
B = 43.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#51003F (or 0x51003F) is known color: Tyrian Purple. HEX triplet: 51, 00 and 3F. RGB value is (81,0,63). Sum of RGB (Red+Green+Blue) = 81+0+63=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51003F is #AEFFC0. Grayscale: #1F1F1F. Windows color (decimal): -11468737 or 4128849. OLE color: 4128849.

HSL color Cylindrical-coordinate representation of color #51003F: hue angle of 313.33º 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 #51003F is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 0 63 -
CMYK 0 1 0.22 0.68
HSL 313.33º 1% 0.16% -
HSV(B) 313.33º 1% 0.32% -
XYZ 4.29 2.11 4.88 -
YUV 31.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 81 0 63 0 1 0.22 0.68 313.33 1 0.16
Hex 51 0 3F 0 64 16 44 139 64 10
Octal 121 0 77 0 144 26 104 471 144 20
Binary 1010001 0 111111 0 1100100 10110 1000100 100111001 1100100 10000

Color Harmonies of #51003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51003F

Black with #51003F

Text Example


Text Example

White with #51003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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