Html Css Color HEX #512571 Blue Diamond

📋 copy color: '#512571'

red 81 ◦ green 37 ◦ blue 113

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

Shades of Blue Diamond #512571

Tints of Blue Diamond #512571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.02%

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

R = 35.06%
G = 16.02%
B = 48.92%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#512571 (or 0x512571) is known color: Blue Diamond. HEX triplet: 51, 25 and 71. RGB value is (81,37,113). Sum of RGB (Red+Green+Blue) = 81+37+113=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #512571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512571 is #AEDA8E. Grayscale: #3A3A3A. Windows color (decimal): -11459215 or 7415121. OLE color: 7415121.

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

Color convert

RGB 81 37 113 -
CMYK 0.28 0.67 0 0.56
HSL 274.74º 0.51% 0.29% -
HSV(B) 274.74º 0.67% 0.44% -
XYZ 7.04 4.26 16.08 -
YUV 58.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 81 37 113 0.28 0.67 0 0.56 274.74 0.51 0.29
Hex 51 25 71 1C 43 0 38 113 33 1D
Octal 121 45 161 34 103 0 70 423 63 35
Binary 1010001 100101 1110001 11100 1000011 0 111000 100010011 110011 11101

Color Harmonies of #512571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512571

Black with #512571

Text Example


Text Example

White with #512571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512571; }

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

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

background-color css

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

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

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

border-color css

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

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

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