Html Css Color HEX #512E7A Blue Diamond

📋 copy color: '#512E7A'

red 81 ◦ green 46 ◦ blue 122

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

Shades of Blue Diamond #512E7A

Tints of Blue Diamond #512E7A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.47%

 BLUE value IS 122 (48.05% from 255) = 49%

R = 32.53%
G = 18.47%
B = 49%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#512E7A (or 0x512E7A) is known color: Blue Diamond. HEX triplet: 51, 2E and 7A. RGB value is (81,46,122). Sum of RGB (Red+Green+Blue) = 81+46+122=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #512E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E7A is #AED185. Grayscale: #404040. Windows color (decimal): -11456902 or 8007249. OLE color: 8007249.

HSL color Cylindrical-coordinate representation of color #512E7A: hue angle of 267.63º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #512E7A is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 46 122 -
CMYK 0.34 0.62 0 0.52
HSL 267.63º 0.45% 0.33% -
HSV(B) 267.63º 0.62% 0.48% -
XYZ 7.88 5.11 18.98 -
YUV 65.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 81 46 122 0.34 0.62 0 0.52 267.63 0.45 0.33
Hex 51 2E 7A 22 3E 0 34 10C 2D 21
Octal 121 56 172 42 76 0 64 414 55 41
Binary 1010001 101110 1111010 100010 111110 0 110100 100001100 101101 100001

Color Harmonies of #512E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E7A

Black with #512E7A

Text Example


Text Example

White with #512E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,46,122); }

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

background-color css

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

 a { background-color: rgb(81,46,122); }

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

border-color css

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

 span { border-color: rgb(81,46,122); }

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