Html Css Color HEX #512971 Blue Diamond

📋 copy color: '#512971'

red 81 ◦ green 41 ◦ blue 113

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

Shades of Blue Diamond #512971

Tints of Blue Diamond #512971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.45%

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

R = 34.47%
G = 17.45%
B = 48.09%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#512971 (or 0x512971) is known color: Blue Diamond. HEX triplet: 51, 29 and 71. RGB value is (81,41,113). Sum of RGB (Red+Green+Blue) = 81+41+113=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #512971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512971 is #AED68E. Grayscale: #3C3C3C. Windows color (decimal): -11458191 or 7416145. OLE color: 7416145.

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

Color convert

RGB 81 41 113 -
CMYK 0.28 0.64 0 0.56
HSL 273.33º 0.47% 0.3% -
HSV(B) 273.33º 0.64% 0.44% -
XYZ 7.17 4.53 16.12 -
YUV 61.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 81 41 113 0.28 0.64 0 0.56 273.33 0.47 0.3
Hex 51 29 71 1C 40 0 38 111 2F 1E
Octal 121 51 161 34 100 0 70 421 57 36
Binary 1010001 101001 1110001 11100 1000000 0 111000 100010001 101111 11110

Color Harmonies of #512971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512971

Black with #512971

Text Example


Text Example

White with #512971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512971; }

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

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

background-color css

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

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

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

border-color css

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

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

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