Html Css Color HEX #512578 Blue Diamond

📋 copy color: '#512578'

red 81 ◦ green 37 ◦ blue 120

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

Shades of Blue Diamond #512578

Tints of Blue Diamond #512578

RGB

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

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

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

R = 34.03%
G = 15.55%
B = 50.42%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#512578 (or 0x512578) is known color: Blue Diamond. HEX triplet: 51, 25 and 78. RGB value is (81,37,120). Sum of RGB (Red+Green+Blue) = 81+37+120=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #512578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512578 is #AEDA87. Grayscale: #3B3B3B. Windows color (decimal): -11459208 or 7873873. OLE color: 7873873.

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

Color convert

RGB 81 37 120 -
CMYK 0.32 0.69 0 0.53
HSL 271.81º 0.53% 0.31% -
HSV(B) 271.81º 0.69% 0.47% -
XYZ 7.45 4.43 18.23 -
YUV 59.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 81 37 120 0.32 0.69 0 0.53 271.81 0.53 0.31
Hex 51 25 78 20 45 0 35 110 35 1F
Octal 121 45 170 40 105 0 65 420 65 37
Binary 1010001 100101 1111000 100000 1000101 0 110101 100010000 110101 11111

Color Harmonies of #512578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512578

Black with #512578

Text Example


Text Example

White with #512578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512578; }

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

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

background-color css

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

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

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

border-color css

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

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

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