Html Css Color HEX #512572 Blue Diamond

📋 copy color: '#512572'

red 81 ◦ green 37 ◦ blue 114

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

Shades of Blue Diamond #512572

Tints of Blue Diamond #512572

RGB

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

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

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

R = 34.91%
G = 15.95%
B = 49.14%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#512572 (or 0x512572) is known color: Blue Diamond. HEX triplet: 51, 25 and 72. RGB value is (81,37,114). Sum of RGB (Red+Green+Blue) = 81+37+114=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #512572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512572 is #AEDA8D. Grayscale: #3A3A3A. Windows color (decimal): -11459214 or 7480657. OLE color: 7480657.

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

Color convert

RGB 81 37 114 -
CMYK 0.29 0.68 0 0.55
HSL 274.29º 0.51% 0.3% -
HSV(B) 274.29º 0.68% 0.45% -
XYZ 7.09 4.29 16.37 -
YUV 58.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 81 37 114 0.29 0.68 0 0.55 274.29 0.51 0.3
Hex 51 25 72 1D 44 0 37 112 33 1E
Octal 121 45 162 35 104 0 67 422 63 36
Binary 1010001 100101 1110010 11101 1000100 0 110111 100010010 110011 11110

Color Harmonies of #512572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512572

Black with #512572

Text Example


Text Example

White with #512572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512572; }

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

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

background-color css

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

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

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

border-color css

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

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

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