Html Css Color HEX #510B3D Tyrian Purple

📋 copy color: '#510B3D'

red 81 ◦ green 11 ◦ blue 61

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

Shades of Tyrian Purple #510B3D

Tints of Tyrian Purple #510B3D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.19%

 BLUE value IS 61 (24.22% from 255) = 39.87%

R = 52.94%
G = 7.19%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#510B3D (or 0x510B3D) is known color: Tyrian Purple. HEX triplet: 51, 0B and 3D. RGB value is (81,11,61). Sum of RGB (Red+Green+Blue) = 81+11+61=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #510B3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B3D is #AEF4C2. Grayscale: #252525. Windows color (decimal): -11465923 or 4000593. OLE color: 4000593.

HSL color Cylindrical-coordinate representation of color #510B3D: hue angle of 317.14º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510B3D is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 11 61 -
CMYK 0 0.86 0.25 0.68
HSL 317.14º 0.76% 0.18% -
HSV(B) 317.14º 0.86% 0.32% -
XYZ 4.36 2.33 4.63 -
YUV 37.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 81 11 61 0 0.86 0.25 0.68 317.14 0.76 0.18
Hex 51 B 3D 0 56 19 44 13D 4C 12
Octal 121 13 75 0 126 31 104 475 114 22
Binary 1010001 1011 111101 0 1010110 11001 1000100 100111101 1001100 10010

Color Harmonies of #510B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B3D

Black with #510B3D

Text Example


Text Example

White with #510B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510B3D; }

 p { color: rgb(81,11,61); }

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

background-color css

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

 a { background-color: rgb(81,11,61); }

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

border-color css

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

 span { border-color: rgb(81,11,61); }

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