Html Css Color HEX #512070 Blue Diamond

📋 copy color: '#512070'

red 81 ◦ green 32 ◦ blue 112

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

Shades of Blue Diamond #512070

Tints of Blue Diamond #512070

RGB

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

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

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

R = 36%
G = 14.22%
B = 49.78%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#512070 (or 0x512070) is known color: Blue Diamond. HEX triplet: 51, 20 and 70. RGB value is (81,32,112). Sum of RGB (Red+Green+Blue) = 81+32+112=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #512070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512070 is #AEDF8F. Grayscale: #373737. Windows color (decimal): -11460496 or 7348305. OLE color: 7348305.

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

Color convert

RGB 81 32 112 -
CMYK 0.28 0.71 0 0.56
HSL 276.75º 0.56% 0.28% -
HSV(B) 276.75º 0.71% 0.44% -
XYZ 6.83 3.95 15.73 -
YUV 55.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 81 32 112 0.28 0.71 0 0.56 276.75 0.56 0.28
Hex 51 20 70 1C 47 0 38 115 38 1C
Octal 121 40 160 34 107 0 70 425 70 34
Binary 1010001 100000 1110000 11100 1000111 0 111000 100010101 111000 11100

Color Harmonies of #512070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512070

Black with #512070

Text Example


Text Example

White with #512070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512070; }

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

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

background-color css

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

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

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

border-color css

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

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

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