Html Css Color HEX #512478 Blue Diamond

📋 copy color: '#512478'

red 81 ◦ green 36 ◦ blue 120

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

Shades of Blue Diamond #512478

Tints of Blue Diamond #512478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.19%

 BLUE value IS 120 (47.27% from 255) = 50.63%

R = 34.18%
G = 15.19%
B = 50.63%

CMYK

 C value IS 0.32

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#512478 (or 0x512478) is known color: Blue Diamond. HEX triplet: 51, 24 and 78. RGB value is (81,36,120). Sum of RGB (Red+Green+Blue) = 81+36+120=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #512478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512478 is #AEDB87. Grayscale: #3A3A3A. Windows color (decimal): -11459464 or 7873617. OLE color: 7873617.

HSL color Cylindrical-coordinate representation of color #512478: hue angle of 272.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512478 is Cyan = 0.32, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 36 120 -
CMYK 0.32 0.7 0 0.53
HSL 272.14º 0.54% 0.31% -
HSV(B) 272.14º 0.7% 0.47% -
XYZ 7.41 4.37 18.22 -
YUV 59.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 81 36 120 0.32 0.7 0 0.53 272.14 0.54 0.31
Hex 51 24 78 20 46 0 35 110 36 1F
Octal 121 44 170 40 106 0 65 420 66 37
Binary 1010001 100100 1111000 100000 1000110 0 110101 100010000 110110 11111

Color Harmonies of #512478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512478

Black with #512478

Text Example


Text Example

White with #512478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512478; }

 p { color: rgb(81,36,120); }

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

background-color css

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

 a { background-color: rgb(81,36,120); }

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

border-color css

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

 span { border-color: rgb(81,36,120); }

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