Html Css Color HEX #51024C Tyrian Purple

📋 copy color: '#51024C'

red 81 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #51024C

Tints of Tyrian Purple #51024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

 BLUE value IS 76 (30.08% from 255) = 47.8%

R = 50.94%
G = 1.26%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#51024C (or 0x51024C) is known color: Tyrian Purple. HEX triplet: 51, 02 and 4C. RGB value is (81,2,76). Sum of RGB (Red+Green+Blue) = 81+2+76=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51024C is #AEFDB3. Grayscale: #212121. Windows color (decimal): -11468212 or 4981329. OLE color: 4981329.

HSL color Cylindrical-coordinate representation of color #51024C: hue angle of 303.8º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51024C is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 2 76 -
CMYK 0 0.98 0.06 0.68
HSL 303.8º 0.95% 0.16% -
HSV(B) 303.8º 0.98% 0.32% -
XYZ 4.72 2.31 7.04 -
YUV 34.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 81 2 76 0 0.98 0.06 0.68 303.8 0.95 0.16
Hex 51 2 4C 0 62 6 44 130 5F 10
Octal 121 2 114 0 142 6 104 460 137 20
Binary 1010001 10 1001100 0 1100010 110 1000100 100110000 1011111 10000

Color Harmonies of #51024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51024C

Black with #51024C

Text Example


Text Example

White with #51024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,2,76); }

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

background-color css

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

 a { background-color: rgb(81,2,76); }

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

border-color css

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

 span { border-color: rgb(81,2,76); }

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