Html Css Color HEX #51002B Tyrian Purple

📋 copy color: '#51002B'

red 81 ◦ green 0 ◦ blue 43

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

Shades of Tyrian Purple #51002B

Tints of Tyrian Purple #51002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 34.68%

R = 65.32%
G = 0%
B = 34.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#51002B (or 0x51002B) is known color: Tyrian Purple. HEX triplet: 51, 00 and 2B. RGB value is (81,0,43). Sum of RGB (Red+Green+Blue) = 81+0+43=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #51002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51002B is #AEFFD4. Grayscale: #1D1D1D. Windows color (decimal): -11468757 or 2818129. OLE color: 2818129.

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

Color convert

RGB 81 0 43 -
CMYK 0 1 0.47 0.68
HSL 328.15º 1% 0.16% -
HSV(B) 328.15º 1% 0.32% -
XYZ 3.83 1.92 2.45 -
YUV 29.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 81 0 43 0 1 0.47 0.68 328.15 1 0.16
Hex 51 0 2B 0 64 2F 44 148 64 10
Octal 121 0 53 0 144 57 104 510 144 20
Binary 1010001 0 101011 0 1100100 101111 1000100 101001000 1100100 10000

Color Harmonies of #51002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51002B

Black with #51002B

Text Example


Text Example

White with #51002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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