Html Css Color HEX #51003D Tyrian Purple

📋 copy color: '#51003D'

red 81 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #51003D

Tints of Tyrian Purple #51003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 42.96%

R = 57.04%
G = 0%
B = 42.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#51003D (or 0x51003D) is known color: Tyrian Purple. HEX triplet: 51, 00 and 3D. RGB value is (81,0,61). Sum of RGB (Red+Green+Blue) = 81+0+61=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #51003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51003D is #AEFFC2. Grayscale: #1F1F1F. Windows color (decimal): -11468739 or 3997777. OLE color: 3997777.

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

Color convert

RGB 81 0 61 -
CMYK 0 1 0.25 0.68
HSL 314.81º 1% 0.16% -
HSV(B) 314.81º 1% 0.32% -
XYZ 4.24 2.09 4.59 -
YUV 31.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 81 0 61 0 1 0.25 0.68 314.81 1 0.16
Hex 51 0 3D 0 64 19 44 13B 64 10
Octal 121 0 75 0 144 31 104 473 144 20
Binary 1010001 0 111101 0 1100100 11001 1000100 100111011 1100100 10000

Color Harmonies of #51003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51003D

Black with #51003D

Text Example


Text Example

White with #51003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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