Html Css Color HEX #510241 Tyrian Purple

📋 copy color: '#510241'

red 81 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #510241

Tints of Tyrian Purple #510241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.92%

R = 54.73%
G = 1.35%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#510241 (or 0x510241) is known color: Tyrian Purple. HEX triplet: 51, 02 and 41. RGB value is (81,2,65). Sum of RGB (Red+Green+Blue) = 81+2+65=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #510241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510241 is #AEFDBE. Grayscale: #202020. Windows color (decimal): -11468223 or 4260433. OLE color: 4260433.

HSL color Cylindrical-coordinate representation of color #510241: hue angle of 312.15º 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 #510241 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 2 65 -
CMYK 0 0.98 0.20 0.68
HSL 312.15º 0.95% 0.16% -
HSV(B) 312.15º 0.98% 0.32% -
XYZ 4.37 2.17 5.19 -
YUV 32.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 81 2 65 0 0.98 0.20 0.68 312.15 0.95 0.16
Hex 51 2 41 0 62 14 44 138 5F 10
Octal 121 2 101 0 142 24 104 470 137 20
Binary 1010001 10 1000001 0 1100010 10100 1000100 100111000 1011111 10000

Color Harmonies of #510241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510241

Black with #510241

Text Example


Text Example

White with #510241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510241; }

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

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

background-color css

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

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

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

border-color css

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

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

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