Html Css Color HEX #510138 Tyrian Purple

📋 copy color: '#510138'

red 81 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #510138

Tints of Tyrian Purple #510138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

 BLUE value IS 56 (22.27% from 255) = 40.58%

R = 58.7%
G = 0.72%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#510138 (or 0x510138) is known color: Tyrian Purple. HEX triplet: 51, 01 and 38. RGB value is (81,1,56). Sum of RGB (Red+Green+Blue) = 81+1+56=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #510138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510138 is #AEFEC7. Grayscale: #1F1F1F. Windows color (decimal): -11468488 or 3670353. OLE color: 3670353.

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

Color convert

RGB 81 1 56 -
CMYK 0 0.99 0.31 0.68
HSL 318.75º 0.98% 0.16% -
HSV(B) 318.75º 0.99% 0.32% -
XYZ 4.12 2.06 3.92 -
YUV 31.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 81 1 56 0 0.99 0.31 0.68 318.75 0.98 0.16
Hex 51 1 38 0 63 1F 44 13F 62 10
Octal 121 1 70 0 143 37 104 477 142 20
Binary 1010001 1 111000 0 1100011 11111 1000100 100111111 1100010 10000

Color Harmonies of #510138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510138

Black with #510138

Text Example


Text Example

White with #510138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510138; }

 p { color: rgb(81,1,56); }

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

background-color css

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

 a { background-color: rgb(81,1,56); }

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

border-color css

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

 span { border-color: rgb(81,1,56); }

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