Html Css Color HEX #510440 Tyrian Purple

📋 copy color: '#510440'

red 81 ◦ green 4 ◦ blue 64

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

Shades of Tyrian Purple #510440

Tints of Tyrian Purple #510440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.68%

 BLUE value IS 64 (25.39% from 255) = 42.95%

R = 54.36%
G = 2.68%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#510440 (or 0x510440) is known color: Tyrian Purple. HEX triplet: 51, 04 and 40. RGB value is (81,4,64). Sum of RGB (Red+Green+Blue) = 81+4+64=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #510440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510440 is #AEFBBF. Grayscale: #212121. Windows color (decimal): -11467712 or 4195409. OLE color: 4195409.

HSL color Cylindrical-coordinate representation of color #510440: hue angle of 313.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510440 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 4 64 -
CMYK 0 0.95 0.21 0.68
HSL 313.25º 0.91% 0.17% -
HSV(B) 313.25º 0.95% 0.32% -
XYZ 4.36 2.21 5.05 -
YUV 33.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 81 4 64 0 0.95 0.21 0.68 313.25 0.91 0.17
Hex 51 4 40 0 5F 15 44 139 5B 11
Octal 121 4 100 0 137 25 104 471 133 21
Binary 1010001 100 1000000 0 1011111 10101 1000100 100111001 1011011 10001

Color Harmonies of #510440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510440

Black with #510440

Text Example


Text Example

White with #510440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510440; }

 p { color: rgb(81,4,64); }

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

background-color css

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

 a { background-color: rgb(81,4,64); }

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

border-color css

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

 span { border-color: rgb(81,4,64); }

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