Html Css Color HEX #512371 Blue Diamond

📋 copy color: '#512371'

red 81 ◦ green 35 ◦ blue 113

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

Shades of Blue Diamond #512371

Tints of Blue Diamond #512371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

 BLUE value IS 113 (44.53% from 255) = 49.34%

R = 35.37%
G = 15.28%
B = 49.34%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#512371 (or 0x512371) is known color: Blue Diamond. HEX triplet: 51, 23 and 71. RGB value is (81,35,113). Sum of RGB (Red+Green+Blue) = 81+35+113=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #512371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512371 is #AEDC8E. Grayscale: #393939. Windows color (decimal): -11459727 or 7414609. OLE color: 7414609.

HSL color Cylindrical-coordinate representation of color #512371: hue angle of 275.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #512371 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 35 113 -
CMYK 0.28 0.69 0 0.56
HSL 275.38º 0.53% 0.29% -
HSV(B) 275.38º 0.69% 0.44% -
XYZ 6.98 4.14 16.05 -
YUV 57.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 81 35 113 0.28 0.69 0 0.56 275.38 0.53 0.29
Hex 51 23 71 1C 45 0 38 113 35 1D
Octal 121 43 161 34 105 0 70 423 65 35
Binary 1010001 100011 1110001 11100 1000101 0 111000 100010011 110101 11101

Color Harmonies of #512371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512371

Black with #512371

Text Example


Text Example

White with #512371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512371; }

 p { color: rgb(81,35,113); }

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

background-color css

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

 a { background-color: rgb(81,35,113); }

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

border-color css

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

 span { border-color: rgb(81,35,113); }

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