Html Css Color HEX #512072 Blue Diamond

📋 copy color: '#512072'

red 81 ◦ green 32 ◦ blue 114

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

Shades of Blue Diamond #512072

Tints of Blue Diamond #512072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 35.68%
G = 14.1%
B = 50.22%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#512072 (or 0x512072) is known color: Blue Diamond. HEX triplet: 51, 20 and 72. RGB value is (81,32,114). Sum of RGB (Red+Green+Blue) = 81+32+114=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #512072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512072 is #AEDF8D. Grayscale: #373737. Windows color (decimal): -11460494 or 7479377. OLE color: 7479377.

HSL color Cylindrical-coordinate representation of color #512072: hue angle of 275.85º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512072 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 32 114 -
CMYK 0.29 0.72 0 0.55
HSL 275.85º 0.56% 0.29% -
HSV(B) 275.85º 0.72% 0.45% -
XYZ 6.95 4 16.32 -
YUV 56 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 81 32 114 0.29 0.72 0 0.55 275.85 0.56 0.29
Hex 51 20 72 1D 48 0 37 114 38 1D
Octal 121 40 162 35 110 0 67 424 70 35
Binary 1010001 100000 1110010 11101 1001000 0 110111 100010100 111000 11101

Color Harmonies of #512072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512072

Black with #512072

Text Example


Text Example

White with #512072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512072; }

 p { color: rgb(81,32,114); }

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

background-color css

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

 a { background-color: rgb(81,32,114); }

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

border-color css

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

 span { border-color: rgb(81,32,114); }

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