Html Css Color HEX #512671 Blue Diamond

📋 copy color: '#512671'

red 81 ◦ green 38 ◦ blue 113

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

Shades of Blue Diamond #512671

Tints of Blue Diamond #512671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

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

R = 34.91%
G = 16.38%
B = 48.71%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#512671 (or 0x512671) is known color: Blue Diamond. HEX triplet: 51, 26 and 71. RGB value is (81,38,113). Sum of RGB (Red+Green+Blue) = 81+38+113=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #512671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512671 is #AED98E. Grayscale: #3B3B3B. Windows color (decimal): -11458959 or 7415377. OLE color: 7415377.

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

Color convert

RGB 81 38 113 -
CMYK 0.28 0.66 0 0.56
HSL 274.4º 0.5% 0.3% -
HSV(B) 274.4º 0.66% 0.44% -
XYZ 7.07 4.33 16.09 -
YUV 59.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 81 38 113 0.28 0.66 0 0.56 274.4 0.5 0.3
Hex 51 26 71 1C 42 0 38 112 32 1E
Octal 121 46 161 34 102 0 70 422 62 36
Binary 1010001 100110 1110001 11100 1000010 0 111000 100010010 110010 11110

Color Harmonies of #512671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512671

Black with #512671

Text Example


Text Example

White with #512671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512671; }

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

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

background-color css

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

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

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

border-color css

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

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

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