Html Css Color HEX #51002C Tyrian Purple

📋 copy color: '#51002C'

red 81 ◦ green 0 ◦ blue 44

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

Shades of Tyrian Purple #51002C

Tints of Tyrian Purple #51002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 35.2%

R = 64.8%
G = 0%
B = 35.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#51002C (or 0x51002C) is known color: Tyrian Purple. HEX triplet: 51, 00 and 2C. RGB value is (81,0,44). Sum of RGB (Red+Green+Blue) = 81+0+44=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #51002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51002C is #AEFFD3. Grayscale: #1D1D1D. Windows color (decimal): -11468756 or 2883665. OLE color: 2883665.

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

Color convert

RGB 81 0 44 -
CMYK 0 1 0.46 0.68
HSL 327.41º 1% 0.16% -
HSV(B) 327.41º 1% 0.32% -
XYZ 3.85 1.93 2.55 -
YUV 29.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 81 0 44 0 1 0.46 0.68 327.41 1 0.16
Hex 51 0 2C 0 64 2E 44 147 64 10
Octal 121 0 54 0 144 56 104 507 144 20
Binary 1010001 0 101100 0 1100100 101110 1000100 101000111 1100100 10000

Color Harmonies of #51002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51002C

Black with #51002C

Text Example


Text Example

White with #51002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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