Html Css Color HEX #51023D Tyrian Purple

📋 copy color: '#51023D'

red 81 ◦ green 2 ◦ blue 61

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

Shades of Tyrian Purple #51023D

Tints of Tyrian Purple #51023D

RGB

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

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

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

R = 56.25%
G = 1.39%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#51023D (or 0x51023D) is known color: Tyrian Purple. HEX triplet: 51, 02 and 3D. RGB value is (81,2,61). Sum of RGB (Red+Green+Blue) = 81+2+61=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51023D is #AEFDC2. Grayscale: #202020. Windows color (decimal): -11468227 or 3998289. OLE color: 3998289.

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

Color convert

RGB 81 2 61 -
CMYK 0 0.98 0.25 0.68
HSL 315.19º 0.95% 0.16% -
HSV(B) 315.19º 0.98% 0.32% -
XYZ 4.26 2.13 4.6 -
YUV 32.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 81 2 61 0 0.98 0.25 0.68 315.19 0.95 0.16
Hex 51 2 3D 0 62 19 44 13B 5F 10
Octal 121 2 75 0 142 31 104 473 137 20
Binary 1010001 10 111101 0 1100010 11001 1000100 100111011 1011111 10000

Color Harmonies of #51023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51023D

Black with #51023D

Text Example


Text Example

White with #51023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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