Html Css Color HEX #512074 Blue Diamond

📋 copy color: '#512074'

red 81 ◦ green 32 ◦ blue 116

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

Shades of Blue Diamond #512074

Tints of Blue Diamond #512074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.66%

R = 35.37%
G = 13.97%
B = 50.66%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#512074 (or 0x512074) is known color: Blue Diamond. HEX triplet: 51, 20 and 74. RGB value is (81,32,116). Sum of RGB (Red+Green+Blue) = 81+32+116=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #512074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512074 is #AEDF8B. Grayscale: #373737. Windows color (decimal): -11460492 or 7610449. OLE color: 7610449.

HSL color Cylindrical-coordinate representation of color #512074: hue angle of 275º degrees, saturation: 0.57, 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 #512074 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 32 116 -
CMYK 0.30 0.72 0 0.55
HSL 275º 0.57% 0.29% -
HSV(B) 275º 0.72% 0.45% -
XYZ 7.06 4.04 16.93 -
YUV 56.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 81 32 116 0.30 0.72 0 0.55 275 0.57 0.29
Hex 51 20 74 1E 48 0 37 113 39 1D
Octal 121 40 164 36 110 0 67 423 71 35
Binary 1010001 100000 1110100 11110 1001000 0 110111 100010011 111001 11101

Color Harmonies of #512074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512074

Black with #512074

Text Example


Text Example

White with #512074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512074; }

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

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

background-color css

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

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

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

border-color css

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

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

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