Html Css Color HEX #512575 Blue Diamond

📋 copy color: '#512575'

red 81 ◦ green 37 ◦ blue 117

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

Shades of Blue Diamond #512575

Tints of Blue Diamond #512575

RGB

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

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

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

R = 34.47%
G = 15.74%
B = 49.79%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#512575 (or 0x512575) is known color: Blue Diamond. HEX triplet: 51, 25 and 75. RGB value is (81,37,117). Sum of RGB (Red+Green+Blue) = 81+37+117=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #512575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512575 is #AEDA8A. Grayscale: #3A3A3A. Windows color (decimal): -11459211 or 7677265. OLE color: 7677265.

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

Color convert

RGB 81 37 117 -
CMYK 0.31 0.68 0 0.54
HSL 273º 0.52% 0.3% -
HSV(B) 273º 0.68% 0.46% -
XYZ 7.27 4.36 17.29 -
YUV 59.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 81 37 117 0.31 0.68 0 0.54 273 0.52 0.3
Hex 51 25 75 1F 44 0 36 111 34 1E
Octal 121 45 165 37 104 0 66 421 64 36
Binary 1010001 100101 1110101 11111 1000100 0 110110 100010001 110100 11110

Color Harmonies of #512575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512575

Black with #512575

Text Example


Text Example

White with #512575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512575; }

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

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

background-color css

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

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

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

border-color css

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

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

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