Html Css Color HEX #512970 Blue Diamond

📋 copy color: '#512970'

red 81 ◦ green 41 ◦ blue 112

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

Shades of Blue Diamond #512970

Tints of Blue Diamond #512970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 34.62%
G = 17.52%
B = 47.86%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#512970 (or 0x512970) is known color: Blue Diamond. HEX triplet: 51, 29 and 70. RGB value is (81,41,112). Sum of RGB (Red+Green+Blue) = 81+41+112=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #512970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512970 is #AED68F. Grayscale: #3C3C3C. Windows color (decimal): -11458192 or 7350609. OLE color: 7350609.

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

Color convert

RGB 81 41 112 -
CMYK 0.28 0.63 0 0.56
HSL 273.8º 0.46% 0.3% -
HSV(B) 273.8º 0.63% 0.44% -
XYZ 7.11 4.51 15.82 -
YUV 61.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 81 41 112 0.28 0.63 0 0.56 273.8 0.46 0.3
Hex 51 29 70 1C 3F 0 38 112 2E 1E
Octal 121 51 160 34 77 0 70 422 56 36
Binary 1010001 101001 1110000 11100 111111 0 111000 100010010 101110 11110

Color Harmonies of #512970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512970

Black with #512970

Text Example


Text Example

White with #512970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512970; }

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

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

background-color css

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

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

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

border-color css

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

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

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