Html Css Color HEX #510231 Tyrian Purple

📋 copy color: '#510231'

red 81 ◦ green 2 ◦ blue 49

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

Shades of Tyrian Purple #510231

Tints of Tyrian Purple #510231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 37.12%

R = 61.36%
G = 1.52%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#510231 (or 0x510231) is known color: Tyrian Purple. HEX triplet: 51, 02 and 31. RGB value is (81,2,49). Sum of RGB (Red+Green+Blue) = 81+2+49=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #510231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510231 is #AEFDCE. Grayscale: #1E1E1E. Windows color (decimal): -11468239 or 3211857. OLE color: 3211857.

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

Color convert

RGB 81 2 49 -
CMYK 0 0.98 0.40 0.68
HSL 324.3º 0.95% 0.16% -
HSV(B) 324.3º 0.98% 0.32% -
XYZ 3.97 2.01 3.09 -
YUV 30.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 81 2 49 0 0.98 0.40 0.68 324.3 0.95 0.16
Hex 51 2 31 0 62 28 44 144 5F 10
Octal 121 2 61 0 142 50 104 504 137 20
Binary 1010001 10 110001 0 1100010 101000 1000100 101000100 1011111 10000

Color Harmonies of #510231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510231

Black with #510231

Text Example


Text Example

White with #510231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510231; }

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

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

background-color css

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

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

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

border-color css

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

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

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