Html Css Color HEX #512F71 Blue Diamond

📋 copy color: '#512F71'

red 81 ◦ green 47 ◦ blue 113

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

Shades of Blue Diamond #512F71

Tints of Blue Diamond #512F71

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

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

R = 33.61%
G = 19.5%
B = 46.89%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#512F71 (or 0x512F71) is known color: Blue Diamond. HEX triplet: 51, 2F and 71. RGB value is (81,47,113). Sum of RGB (Red+Green+Blue) = 81+47+113=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #512F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512F71 is #AED08E. Grayscale: #404040. Windows color (decimal): -11456655 or 7417681. OLE color: 7417681.

HSL color Cylindrical-coordinate representation of color #512F71: hue angle of 270.91º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512F71 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 47 113 -
CMYK 0.28 0.58 0 0.56
HSL 270.91º 0.41% 0.31% -
HSV(B) 270.91º 0.58% 0.44% -
XYZ 7.39 4.97 16.19 -
YUV 64.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 81 47 113 0.28 0.58 0 0.56 270.91 0.41 0.31
Hex 51 2F 71 1C 3A 0 38 10F 29 1F
Octal 121 57 161 34 72 0 70 417 51 37
Binary 1010001 101111 1110001 11100 111010 0 111000 100001111 101001 11111

Color Harmonies of #512F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512F71

Black with #512F71

Text Example


Text Example

White with #512F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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