Html Css Color HEX #51002D Tyrian Purple

📋 copy color: '#51002D'

red 81 ◦ green 0 ◦ blue 45

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

Shades of Tyrian Purple #51002D

Tints of Tyrian Purple #51002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 35.71%

R = 64.29%
G = 0%
B = 35.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#51002D (or 0x51002D) is known color: Tyrian Purple. HEX triplet: 51, 00 and 2D. RGB value is (81,0,45). Sum of RGB (Red+Green+Blue) = 81+0+45=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #51002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51002D is #AEFFD2. Grayscale: #1D1D1D. Windows color (decimal): -11468755 or 2949201. OLE color: 2949201.

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

Color convert

RGB 81 0 45 -
CMYK 0 1 0.44 0.68
HSL 326.67º 1% 0.16% -
HSV(B) 326.67º 1% 0.32% -
XYZ 3.87 1.94 2.65 -
YUV 29.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 81 0 45 0 1 0.44 0.68 326.67 1 0.16
Hex 51 0 2D 0 64 2C 44 147 64 10
Octal 121 0 55 0 144 54 104 507 144 20
Binary 1010001 0 101101 0 1100100 101100 1000100 101000111 1100100 10000

Color Harmonies of #51002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51002D

Black with #51002D

Text Example


Text Example

White with #51002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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