Html Css Color HEX #51384E Purple Taupe

📋 copy color: '#51384E'

red 81 ◦ green 56 ◦ blue 78

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

Shades of Purple Taupe #51384E

Tints of Purple Taupe #51384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

 BLUE value IS 78 (30.86% from 255) = 36.28%

R = 37.67%
G = 26.05%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#51384E (or 0x51384E) is known color: Purple Taupe. HEX triplet: 51, 38 and 4E. RGB value is (81,56,78). Sum of RGB (Red+Green+Blue) = 81+56+78=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 81 - color contains mainly: red. Hex color #51384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51384E is #AEC7B1. Grayscale: #414141. Windows color (decimal): -11454386 or 5126225. OLE color: 5126225.

HSL color Cylindrical-coordinate representation of color #51384E: hue angle of 307.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51384E is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 56 78 -
CMYK 0 0.31 0.04 0.68
HSL 307.2º 0.18% 0.27% -
HSV(B) 307.2º 0.31% 0.32% -
XYZ 6.18 5.13 7.87 -
YUV 65.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 81 56 78 0 0.31 0.04 0.68 307.2 0.18 0.27
Hex 51 38 4E 0 1F 4 44 133 12 1B
Octal 121 70 116 0 37 4 104 463 22 33
Binary 1010001 111000 1001110 0 11111 100 1000100 100110011 10010 11011

Color Harmonies of #51384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51384E

Black with #51384E

Text Example


Text Example

White with #51384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51384E; }

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

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

background-color css

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

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

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

border-color css

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

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

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