Html Css Color HEX #512679 Blue Diamond

📋 copy color: '#512679'

red 81 ◦ green 38 ◦ blue 121

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

Shades of Blue Diamond #512679

Tints of Blue Diamond #512679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.83%

 BLUE value IS 121 (47.66% from 255) = 50.42%

R = 33.75%
G = 15.83%
B = 50.42%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#512679 (or 0x512679) is known color: Blue Diamond. HEX triplet: 51, 26 and 79. RGB value is (81,38,121). Sum of RGB (Red+Green+Blue) = 81+38+121=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #512679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512679 is #AED986. Grayscale: #3C3C3C. Windows color (decimal): -11458951 or 7939665. OLE color: 7939665.

HSL color Cylindrical-coordinate representation of color #512679: hue angle of 271.08º degrees, saturation: 0.52, 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 #512679 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 38 121 -
CMYK 0.33 0.69 0 0.53
HSL 271.08º 0.52% 0.31% -
HSV(B) 271.08º 0.69% 0.47% -
XYZ 7.54 4.52 18.56 -
YUV 60.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 81 38 121 0.33 0.69 0 0.53 271.08 0.52 0.31
Hex 51 26 79 21 45 0 35 10F 34 1F
Octal 121 46 171 41 105 0 65 417 64 37
Binary 1010001 100110 1111001 100001 1000101 0 110101 100001111 110100 11111

Color Harmonies of #512679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512679

Black with #512679

Text Example


Text Example

White with #512679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512679; }

 p { color: rgb(81,38,121); }

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

background-color css

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

 a { background-color: rgb(81,38,121); }

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

border-color css

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

 span { border-color: rgb(81,38,121); }

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