Html Css Color HEX #512975 Blue Diamond

📋 copy color: '#512975'

red 81 ◦ green 41 ◦ blue 117

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

Shades of Blue Diamond #512975

Tints of Blue Diamond #512975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.15%

 BLUE value IS 117 (46.09% from 255) = 48.95%

R = 33.89%
G = 17.15%
B = 48.95%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#512975 (or 0x512975) is known color: Blue Diamond. HEX triplet: 51, 29 and 75. RGB value is (81,41,117). Sum of RGB (Red+Green+Blue) = 81+41+117=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #512975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512975 is #AED68A. Grayscale: #3D3D3D. Windows color (decimal): -11458187 or 7678289. OLE color: 7678289.

HSL color Cylindrical-coordinate representation of color #512975: hue angle of 271.58º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #512975 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 41 117 -
CMYK 0.31 0.65 0 0.54
HSL 271.58º 0.48% 0.31% -
HSV(B) 271.58º 0.65% 0.46% -
XYZ 7.4 4.62 17.33 -
YUV 61.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 81 41 117 0.31 0.65 0 0.54 271.58 0.48 0.31
Hex 51 29 75 1F 41 0 36 110 30 1F
Octal 121 51 165 37 101 0 66 420 60 37
Binary 1010001 101001 1110101 11111 1000001 0 110110 100010000 110000 11111

Color Harmonies of #512975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512975

Black with #512975

Text Example


Text Example

White with #512975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512975; }

 p { color: rgb(81,41,117); }

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

background-color css

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

 a { background-color: rgb(81,41,117); }

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

border-color css

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

 span { border-color: rgb(81,41,117); }

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